/*
Theme Name: Vans BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

/*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{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;
    font-family:  "Lexend", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
html{
    scroll-behavior:smooth;
    overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height:100%;
	width:100%;
}
body{
    line-height:1;
    height:100%;
	width:100%;
    background-color: white;
}
a{text-decoration-skip-ink:auto}
a[href^="tel"]{color:inherit;text-decoration:none}
button{outline:0}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,
blockquote:after,
q:before,
q:after{content:'';content:none}
q{display:inline;font-style:italic}
q:before{content:'"';font-style:normal}
q:after{content:'"';font-style:normal}
textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}
input[type="search"]{-webkit-appearance:textfield}
table{border-collapse:collapse;border-spacing:0}
th,td{padding:2px}big{font-size:120%}
small,sup,sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}
dd{margin-left:20px}
kbd,tt{font-family:courier;font-size:12px}
ins{text-decoration:underline}
del,strike,s{text-decoration:line-through}
dt{font-weight:bold}
address,cite,var{font-style:italic}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
*,*:before,*:after{
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
    -webkit-tap-highlight-color:transparent
}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

:root {
    --footer-height: 400px;
    --button-color: steelblue;
    --accent-color-1: darkseagreen;
    --accent-color-2: cadetblue;
    --main-color: #c8e2e2d1;
    --main-bg: url('https://vanderlustvans.com/wp-content/uploads/2023/04/nature-mountains-flower-landscape-adventure_Mid.webp');
}

#wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

a {
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 20px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

a.call-to-action {
    background: var(--button-color);
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 15px;
    color: white;
	white-space: nowrap;
	transition: all 0.2s;
}

a.call-to-action:hover {
    background: var(--accent-color-2);
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: -1.618em 0 2em;
    padding: 0;
    background: white;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    box-shadow: 10px 10px 0px 0px #ca724b;
}

/*---------------------------------------------*/
/*-----Mobile----------------------------------*/

#wrapper > header {
    height: 100px;
    position: fixed;
    width: 100vw;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background: white;
    z-index: 100;
    transition: transform 0.4s, all 0.4s;
}

#wrapper > header.scroll-up, #wrapper > header.scroll-down {
    height: 100px;
    box-shadow: 0 2px 2px 0px #3b3b3b8a;
}

#wrapper > header.scroll-down {
    transform: translate3d(0, -100%, 0);
}

#wrapper > header > div {
    z-index: 1010;
}

#wrapper > header h1 {
	font-size: 1.5em;
}

.admin-bar #wrapper > header {
    top: var(--wp-admin--admin-bar--height);
}

img.header-logo {
    max-height: 100px;
    max-width: 30vw;
}

img.header-logo.open {
    filter: invert(1) hue-rotate(280deg);
    transform: filter 0.4s;
}

.book-now-button a {
    transition: all 0.2s;
}

#container{
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: var(--footer-height);
	background: whitesmoke var(--main-bg) no-repeat fixed center;
	background-size: auto 100vh;
}

main#content {
    margin-top: -50px;
    padding: 175px 30px 30px;
	background: var(--main-color);
	min-height: 70vh;
}

/*-MENU----------------------------------*/
.hamburger {
    position: relative;
    padding: 1em;
	cursor: pointer;
}

.hamburger > div {
    margin-bottom: 7px;
    width: 45px;
    height: 5px;
    background-color: var(--accent-color-1);
    transition-duration: .3s;
    transition-delay: 0s, 0s, 0s, 0s;
}

.hamburger.open > div {
    background-color: white;
    margin-bottom: 5px;
}

.hamburger.open > div:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
}

.hamburger.open > div:nth-of-type(2) {
    opacity: 0;
}

.hamburger.open > div:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.toggle-nav {
    display: inline-block !important;
    transition: color linear 0.15s;
}
	
a.toggle-nav:link, 
a.toggle-nav:visited,
a.toggle-nav:hover, 
a.toggle-nav:active {
    text-decoration: none;
    color: #000;
}

.menu.main {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    text-align: left;
    font-size: 1.5em;
}
	
.menu.main ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100%;
    padding: 5px 0;
    top: 0px;
    right: 0px;
    z-index: 1000;
    background: var(--accent-color-1);
}

.menu.main ul.hidden {
    display: none;
}
	
.menu.main ul li {
    display: block;
    position: relative;
    padding: 5px 10px;
    text-align: center;
}

.menu.main li:hover {
    background: var(--accent-color-2);
}
	
.menu.main li:after { 
    content: none; 
}

.menu.main li a {
    color:white;
}

/*-FOOTER----------------------------------*/

footer {
    position: relative;
    height: var(--footer-height);
    margin-top: calc(-1 * var(--footer-height));
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    border-top: 10px solid lightgrey;
    background-color: aliceblue;
}

#contact, #social {
    padding: 30px;
    flex: 1 1 40%;
}

#copyright {
    flex-basis: 100%;
    width: 100%;
    align-self: flex-end;
    padding: 10px;
    background: var(--accent-color-2);
    text-align: center;
    font-size: .8em;
}

/*---------------------------------------------*/
/*-----Tablet----------------------------------*/
@media only screen and (min-width: 600px) {
    
  #wrapper > header {
    height: 150px;
    flex-flow: row;
    padding: 30px 30px 10px;
    justify-content: space-between;
  }
  
  #wrapper > header > div {
    z-index: 1000;
    flex: 0 1 20%;
  }
  
  #wrapper > header.scroll-up {
    padding: 10px 30px;
  }
  
  #container {
      background-size: 100vw auto;
  }
  
  main#content {
    width: 60vw;
    margin: auto;
  }
  
  .book-now-button {
    order: 2;
	font-size: 1.5em;
	text-align: right;
  }
  
  img.header-logo {
      max-width: 20vw;
  }
    
/*-MENU----------------------------------*/
  .toggle-nav {
    display: none !important;
  }
  
  .menu.main {
      width: unset;
      background: unset;
      display: inline-block;
      position: relative;
      bottom: 0;
      font-size: 1.2em;
  }
  
  .menu.main ul {
    display: flex !important;
    flex-flow: row;
    height: auto;
    background: unset;
    position: relative;
    padding: 10px;
  }
  
  .menu.main ul li {
    padding: 0;
  }
  
  .menu.main ul li:hover {
    background: unset;
  }
  
  .main.menu ul li a {
      padding: 10px;
      font-weight: bold;
      color: var(--accent-color-2);
  }
  
  .main.menu ul li a:hover {
      color: var(--accent-color-1);
  }
  
/*-FOOTER----------------------------------*/
  
  #copyright {
    padding: 10px 15vw;
  }

/*----------------------------------------------*/
/*-----Desktop----------------------------------*/
@media only screen and (min-width: 768px) {

/*-Menu-*/
    
}
