/*
Theme Name: Wanaka Trike Tours
Theme URI: http://www.avatar.co.nz
Description: Wanaka Trike Tours theme by <a href="http://www.avatar.co.nz">Avatar</a>
Version: 1
Author: Avatar
Author URI: http://www.avatar.co.nz
Tags: avatar
*/

/* Header
-------------------------------------------------------------- */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; *behavior: url(/scripts/boxsizing.htc);}

html {
	height: 100%;
	background: #000 url(images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale')";
	background-size: cover;
}
body {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	margin: 0;
	height: 100%;
}
#container {
    height: auto !important;
    margin: 0 0 -140px;
    min-height: 100%;
	background: url(images/header-bg.gif) repeat-x;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
}
a img {
	border: none;
}

/* Header
-------------------------------------------------------------- */

#header {
    position: relative;
	height: 100px;
}
#logo {
	float: left;
	width: 375px;
	height: 75px;
}


#phone-number {
	float: right;
	width: 195px;
	height: 75px;
}

#book-online {

    position: absolute;
    top: 12px;
    right: 205px;

}

/* Menu
-------------------------------------------------------------- */

.nav-wrapper {
	clear: both;
	float: left;
	position: relative;
	width: 940px;
	height: 50px;
	background: url(images/menu-bg.gif) repeat-x;
	border: 1px solid #fff;
	border-radius: 10px;
}
.nav-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 15px;
}
.nav-wrapper ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 200;
}
.nav-wrapper ul li a {
	display: block;
	font-family: 'Asap', sans-serif;
	padding: 15px 15px 18px 15px;
	color: #333;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}
.nav-wrapper ul li a:hover, .nav-wrapper ul li.active a {
	color: #cc0000;
	text-decoration: none;
}
.nav-wrapper ul ul {
	display: none;
}

/* --------- Drop downs --------- */

.nav-wrapper li ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 200;
	clear: both;
	width: 210px;
	top: 50px;
	margin: 0;
}
.nav-wrapper li ul.sub-menu:hover {
	display: block;
}
.nav-wrapper li ul.sub-menu li {
	clear: both;
	padding: 0;
	margin: 0;
	float: left;
}
.nav-wrapper li ul.sub-menu li a {
	display: block;
	width: 210px;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	padding: 10px 15px;
	font-weight: normal;
	text-decoration: none;
	background: #cc0000;
}
.nav-wrapper li ul.sub-menu li a:hover, .nav-wrapper li ul.sub-menu li.active a {
	color: #cc0000;
	text-decoration: none;
	background: #fff;
}
.nav-wrapper li ul.sub-menu ul {
	display: none;
	margin-left: 210px; /* ul width */
	top: 0;
}
.nav-wrapper li ul.sub-menu ul li a:hover {
	background-color: #F59139;
	color: #fff;
}

/* Slider
-------------------------------------------------------------- */

#slider {
	width: 460px;
	height: 300px;
	position: relative;
	padding: 24px 0 0 28px;
	background: url(images/slider-bg.png);
}
.bx-wrapper {
	height: 280px;
	overflow: hidden;
}
.bxslider{
	width: 405px;
	height: 246px;
	overflow: hidden;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	top: 265px;
	right: 188px;
	z-index: 100;
}

/* Body
-------------------------------------------------------------- */

.home-body, #sect-body {
	float: left;
	width: 460px;
	padding: 20px;
	margin: 60px 0;
	background: url(images/body-bg.png);
	border-radius: 10px;
}

#sect-body {
	width: 940px;
}
h1 {
	color: #cc0000;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.home-body h2 {
	margin: 8px 0 12px 0;
}
h3 {
	color: #F59139;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
p {
	margin: 8px 0 12px 0;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
.home-body ul {
    margin: 15px 0;
    padding-left: 15px;
}
.home-body li {
    background: url(images/bullet.gif) no-repeat 2px 5px;
    list-style-type: none;
    margin: 0 0 6px;
    padding: 0 18px;
}
div.ddsg-wrapper p {
	display: none;
}
.datetime {
	font-size: 11px;
}
p.home-btns {
	margin: 0;
}
p.home-btns img {
	float: left;
	margin: 10px 10px 0 0;
}
p.home-btns img.last {
	margin-right: 0;
}
.btn img
{
	opacity: 1;
}
.btn img:hover
{
	opacity:0.85;
}
.left {
	float: left;
	margin: 0 5px 0 0;
}
.right {
	float: right;
	margin: 0 0 0 5px;
}
.clear-floats {
	clear: both;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* Photo Gallery
-------------------------------------------------------------- */

.ngg-gallery-thumbnail-box {
    margin-right: 10px !important;
}
.ngg-gallery-thumbnail img {
    margin: 10px 0 10px 10px !important;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 460px;
	margin: 55px 0 60px 0;
	text-align: center;
}
#sidebar p {
	margin: 10px 0 5px 0;
}

/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 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;
}

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

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

a img.alignnone {
    margin: 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: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Footer
-------------------------------------------------------------- */

#footer-container {
	clear: both;
	width: 100%;
	height: 140px;
	overflow: auto;
	background: url(images/footer-bg.gif);
	border-top: 2px solid #fff;
}
#footer {
	clear: both;
}
#footer p {
	margin: 0 0 15px 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #7f0101;
	text-decoration: none;
}
#copyright {
	float: left;
	width: 45%;
	margin-top: 25px;
}
.TA_logoWidget { /* Trip Adisor */
	float: left;
	margin-right: 10px;
}
.facebook {
	margin-right: 10px;
}
#icons img {
	float: left;
	margin-right: 10px;
}
#footer-links {
	float: right;
	width: 45%;
	text-align: right;
	margin-top: 25px;
}
#footer-links a {
	margin: 0 0 0 15px;
}
#avatar-link {
	margin-top: 6px;
}
#avatar-link a {
	color: #7f0101;
}
#avatar-link a:hover {
	color: #fff;
}

.home-column {

    float: left;
    width: 460px;

}

.home-column--right { float: right; }

#CDSSCROLLINGRAVE { margin: 0 auto 32px !important; }

.nav-xl { display: block !important; }

.call-now,
.nav-s { display: none; }

@media screen and ( max-width: 600px ) {

/* Reset
    ========================================================================== */

#phone-number,
.wp-smiley,
#sidebar { display: none; }

.home-body,
#sect-body { float: none; }

.wrapper,
.nav-wrapper,
#sect-body,
#logo,
table { width: 100%; }


/* Images
    ========================================================================== */

img {

    display: block;
    max-width: 100%;
    height: auto;

}

#sect-body img { margin: 0 auto 1rem; }


/* Base
    ========================================================================== */

#container { margin: 0 0 -70px; }

#header { height: 180px; }

.home-column,
.home-body,
#sect-body,
#sidebar,
#slider {

    width: 100% !important;
    background: #fff;

}

.home-column {

    float: none;
    margin-bottom: 0 !important;

}

.home-body,
#sect-body {

    margin-top: 0;

}

#footer-container { height: auto; }

#copyright,
#icons,
#footer-links {

    clear: both;
    float: none;
    width: 100%;
    text-align: center;

}

#icons {

    width: 210px;
    margin: 0 auto 1rem;

}

#sect-body p { clear: both; }

.alignright,
.alignleft { float: none; }

.gform_body input[type='text'] { width: 100% !important; }

.gform_body #input_1_5 { float: left; width: 80% !important; }


/* Hamburger toggle CSS
    ========================================================================== */

#logo {

    float: none;
    width: 80%;
    height :auto;
    margin: 0 auto;

}

#book-online {

    position: relative;
    top: auto;
    right: auto;
    width: 194px;
    margin: -10px auto 10px;

}

.call-now {

    display: block;
    position: absolute;
    bottom: 8px;
    left: 5%;
    color: #333;
    font-size: 2em;

}

.nav-wrapper {

    width: 100%;
    border-radius: 0;

}

.nav-wrapper .nav {

  display: none;

}

.nav-wrapper.toggled-on .nav {

  display: block;

}

.nav-xl,
.nav-wrapper.toggled-on .nav-xl { display: none !important; }

.nav-toggle-js {

    position: absolute;
    right: 5%;
    bottom: 8px;
    width: 35px;
    padding: 10px 35px 16px 0px;
    cursor: pointer;

}

.nav-toggle-js:before {

    content: 'Menu';
    position: absolute;
    top: -16px;
    right: 6px;
    color: #333;
    font-size: .75em;

}

.toggled-on .nav-toggle-js:before {

    content: 'Close';

}

.nav-toggle-js span,
.nav-toggle-js span:before,
.nav-toggle-js span:after {

    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background: #333;
    cursor: pointer;

}
.nav-toggle-js span:before {

    top: -10px;

}
.nav-toggle-js span:after {

    bottom: -10px;

}

.nav-toggle-js.active span {

    background-color: transparent;

}

.nav-toggle-js.active span:before, .nav-toggle-js.active span:after {

    top: 0;

}

.nav-toggle-js.active span:before {

    -webkit-transform: rotate( 45deg );
       -moz-transform: rotate( 45deg );
            transform: rotate( 45deg );
    transition: all 200ms ease-in-out;

}

.nav-toggle-js.active span:after {

    -webkit-transform: rotate( -45deg );
       -moz-transform: rotate( -45deg );
            transform: rotate( -45deg );
    transition: all 200ms ease-in-out;

}

ul.nav {

    position: relative;
    margin-top: 50px;
    margin-left: 0 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 1000;
    background: #181818;
    list-style-type: none;

}

.menu-item {

    float: none !important;

}

.menu-item a {

  display:block;
    height: 44px;
    padding: 0 7.5%;
    color: #fff !important;

}

.nav-wrapper li ul.sub-menu,
.nav-wrapper ul li a:hover .sub-menu,
.nav-wrapper ul li.active a .sub-menu {

    display: none !important;
    position: relative !important;
    width: 100% !important;
    top: auto !important;

}


/* SVG icon CSS
   ========================================================================== */

[class^="svg-"], [class*=" svg-"] {
    display: inline;
    width: 1.25em;
    height: 1.25em;
    fill: currentColor;
}

}