/*!
 * WILD & THE MOON
 * Copyright 2015
 * Author: Alexis Francois
 * Revision: 0.1
 */

 
 
 /* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.marginbottom-30{
  margin-bottom:-30px;
}

.h4, h4 {
    font-size: 16px;
}

.bold{
    font-weight:900 !important;
}

.container-fluid {
  padding: 0;
}

.form-control {
    border: 1px solid #9c9c9c;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    color: #000000;
	 height: 45px;
}

.form-control:focus {
    border-color:#9c9c9c;
    box-shadow: none;
}

.btn{
	font-family:'Lato';
    border: 1px solid #000000;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    color: #000000;
}

.btn:hover{
    border: 1px solid #000000;
	background-color:#000000;
    color: #ffffff;
}

.btn-wm{
	padding:20px;
}

input{
	font-family:'Lato';
}

.dropdown-menu > li > a{
	font-family:'Lato';
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 1.0);
    border-radius: 0px;
    box-shadow: none;
}

.redborder{
	border:1px solid red;
}

.zindex400{
	position:relative;
	z-index:400;
}

.modal-content {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.modal-header {
    background-color: black;
    color: white;
}
.modal-body {
    font-family: "Lato";
    font-size: 2em;
}

.verif-modal-body{
    font-size: 1.5em;
}

.close {
    color: #fff;
    float: right;
    opacity: 1.0;
    text-shadow: none;
	}
/* -------------------------------- 

Header Slider (Photo comparison)

-------------------------------- */

#banner-load{
	padding:0;
	margin:0;
}

.cd-image-container {
  position: relative;
  width: 100%;
  margin: 0;
}
.cd-image-container img {
  display: block;
    width: 100%;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-right:2px solid black;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 70%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 75%;
  }
  100% {
    width: 70%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 75%;
  }
  100% {
    width: 70%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 75%;
  }
  100% {
    width: 70%;
  }
}
.cd-handle {
  position: absolute;
  height: 54px;
  width: 54px;
  /* center the element */
  left: 70%;
  top: 50%;
  margin-left: -28px;
  margin-top: 10%;
  border-radius: 50%;
  border:1px solid #000000;
  background: #ffffff url("../img/header-slider-handle.png") no-repeat center center;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

@media (max-width: 768px) {
.cd-handle {
display:none;
}
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #ffffff;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/* -------------------------------- 

Header Sub Slider

-------------------------------- */

.header-subslider-container{
  z-index: 999;
  position:relative;
}

.header-subslider-logo{
  padding-top: 40px;
}

@media (max-width: 768px) {
img.header-subslider-logo{
 width:85%;
}
}

.subheader-scroll{
  padding: 40px 0px;
}

.subheader-scroll:hover{
	-webkit-transition: all 0.9s ease;
	-moz-transition:    all 0.9s ease;
	-o-transition:      all 0.9s ease;
	-ms-transition:     all 0.9s ease;
	transition:         all 0.9s ease;
	opacity: 0.5;
	margin-top:5px;
	cursor:pointer;
}

/* -------------------------------- 

Slides Global

-------------------------------- */

h1.content-slide-title{
  font-family: 'gothambold';
  color:#ffffff;
  font-size:8.5em;
  font-weight:400;
  margin-top:7.5%;
}

h2.content-slide-subtitle{
  font-family: 'gothambook';
  color:#ffffff;
  font-size:3.0em;
  font-weight:100;
  margin-top:20px;
}

h3.content-slide-content{
  font-family: 'dinregular';
  color:#000000;
  font-size:2.0em;
  font-weight:bold;
  text-transform: uppercase;
  Line-Height: 1.5;
}

.item h3.content-slide-content{
  font-family: 'dinregular';
  color:#000000;
  font-size:1.8em;
  text-transform: uppercase;
  Line-Height: 1.5;
}

.content-slide-container{
margin-top:-30px;
background-color:#ffffff;
}

.content-slide-container-wrapper{
padding:5px 20px 20px 20px;
}

.content-slide-container-wrapper p{
  font-family: 'dinregular';
  color:#000000;
  font-size:1.9em;
  Line-Height: 1.5;
  margin-top:40px;
}

img.content-footer{
  margin-bottom:20px;
}
/* -------------------------------- 

Slide 1: Manifesto

-------------------------------- */

.content-slide1{
background: #ffffff url("../img/manifesto-bg.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height:419px;
}

.content-slide1  h1 {
margin-top:-130px;
}

@media (max-width: 768px) {
.content-slide1{
background: #ffffff url("../img/manifesto-bg.jpg") no-repeat center center;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
height:150px;
}

.content-slide1  h1 {
margin-top:-200px;
}

h1.content-slide-title{
  font-family: 'gothambold';
  color:#ffffff;
  font-size:6.0em;
  font-weight:400;
}

h2.content-slide-subtitle{
  font-family: 'gothambook';
  color:#ffffff;
  font-size:2.0em;
  font-weight:100;
 /* margin-top:20px;*/
}
}

/* -------------------------------- 

Slide 2: Concept

-------------------------------- */

.content-slide2{
background: #ffffff url("../img/concept-bg.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height:419px;
}

.content-slide2  h1 {
margin-top:-130px;
}

@media (max-width: 768px) {
.content-slide2{
background: #ffffff url("../img/concept-bg.jpg") no-repeat center center;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
height:150px;
}
}

/* -------------------------------- 

Slide 3: Cleanse Program

-------------------------------- */

.content-slide3{
background: #ffffff url("../img/cleanseprogram-bg.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height:419px;
}

@media (max-width: 768px) {
.content-slide3{
background: #ffffff url("../img/cleanseprogram-bg.jpg") no-repeat center center;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
height:150px;
}
}

.content-slide3  h1 {
margin-top:-110px;
}

.carousel-caption{
    color:#000;
    position:static;
}

p.carousel-caption-menutitle{
    text-decoration:underline;
    margin-top:-8px;
}

.carousel-indicators{
    color:#000;
	bottom:-16px;
}

.carousel-indicators li{
	border:1px solid #000000;
	background-color: #000000;
	margin-left:5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators li{
	border:1px solid #000000;
	background-color: #000000;
	margin-left:7px;
	margin-right:7px;
	border-radius: 16px;
    height: 16px;
    width: 16px;
	margin-left:1px;
}

.carousel-indicators .active {
    background-color: #fff;
    height: 17px;
	margin-right:6px;
    width: 17px;
}

.caroussel-nav-instructions{
	margin-top: 10px !important;
}


@media (min-width: 768px) {
.carousel-indicators li{
	border:1px solid #000000;
	background-color: #000000;
	margin-left:7px;
	margin-right:7px;
	border-radius: 8px;
    height: 8px;
    width: 8px;
	margin-left:1px;
}

.carousel-indicators .active {
    background-color: #fff;
    height: 9px;
	margin-right:6px;
    width: 9px;
}

.carousel-indicators{
    color:#000;
	bottom:0;
}
.caroussel-nav-instructions{
	margin-top: 0px !important;
}
}


.carousel-caption {
	text-shadow:none;
}

.carousel-caption p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:1.8em;
}

/* -------------------------------- 

Slide 4: Wild Haven

-------------------------------- */

.content-slide4{
background: #ffffff url("../img/wildhaven-bg.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height:419px;
}

@media (max-width: 768px) {
.content-slide4{
background: #ffffff url("../img/wildhaven-bg.jpg") no-repeat center center;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
height:150px;
}
}

.content-slide4  h1 {
margin-top:-110px;
}

.wildhaven-mosaic-container{
margin-bottom:50px;
}

.wh-overlay-logo{
position:absolute;
z-index:999;
margin-left: auto;
margin-right: auto;
padding-left:6%;
padding-right:6%;
width:100%;
display:block;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.squaringdiv {
    padding-top: 100%;
}

.squareelement {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.squareelement > img {
	width:100%;
	height:100%;
}

.wh-caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(0, 0, 0, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

.wh-caption > h3 {
	font-family: 'gothambold';
	color:#ffffff;
	font-size:400%;
	font-weight:400;
	margin-top:7.5%;
}

.wh-caption > p {
	font-size:1.8em;
}

@media (max-width: 768px) {
	.square-not-for-mobile{
		display:none;
	}
}

h4.wildhaven-title-mobile{
	font-family: 'dinregular';
	color:#000000;
	font-size: 3.0em;
    text-transform: uppercase;
}

a.wildhaven-link-mobile{
	font-family: 'dinregular';
	color:#000000;
	font-size: 2.0em;
	z-index:800;
	position:relative;
}


/* -------------------------------- 

Slide 5: Order

-------------------------------- */

.content-slide5{
background: #ffffff url("../img/order-bg.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height:419px;
}

@media (max-width: 768px) {
.content-slide5{
background: #ffffff url("../img/order-bg.jpg") no-repeat center center;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
height:150px;
}
}

.content-slide5  h1 {
margin-top:-130px;
}

h3.form-titles{
  font-family: 'dinregular';
  color:#000000;
  font-size:1.5em;
  text-transform: uppercase;
  Line-Height: 1.5;
}

h4.form-titles{
  font-family: 'dinregular';
  color:#000000;
  font-size:1.3em;
  Line-Height: 1.5;
}

.form-dropdown{
  text-align: left;
}

.form-dropdown-menu{
  width:100%;	
}

.wm-input-group {
    display: block !important;
}

/* Radio */
input[type="radio"] {
    display:none;
}
input[type="radio"] + label span {
    display:inline-block;
    width:200px;
    height:45px;
    margin:0;
    vertical-align:middle;
    background-color: #ffffff;
	border:1px solid #9c9c9c;
	color:#9c9c9c;
    cursor:pointer;
}
input[type="radio"] + label span > p {
    font-family: "Lato";
    font-size: 1.6em;
    font-weight: 100;
    margin-top: 9px;
	color:#9c9c9c;
}
input[type="radio"]:checked + label span {
    background-color: #000000;
}
input[type="radio"]:checked + label span > p {
	color: #ffffff;
}

label ~ input[type="checkbox"]:checked ~ div {display:none; margin-left:1em;}
label ~ input[type="checkbox"] ~ div {display:inline;}

.shipping-lbl{
	font-family:'Lato';
    font-size:1.4em;
	text-decoration:underline;
}

.has-error .form-control {
    border-color: #ff0016;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.radio-container.has-error {
	border:1px solid #ff0016;
    padding-top:5px;
}

.form-not-ready{
    color: #ff0016;
	font-size:1.3em;
	display:none;
}

.showalert{
	display:block;
}

/* -------------------------------- 

Slide 6: Join

-------------------------------- */

.content-slide6{
background: #ffffff url("../img/join-bg.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height:419px;
}

@media (max-width: 768px) {
.content-slide6{
background: #ffffff url("../img/join-bg.jpg") no-repeat center center;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
height:150px;
}
}

.content-slide6  h1 {
margin-top:-110px;
}

/* -------------------------------- 

Header

-------------------------------- */


#main-header{
	background-color:transparent;
	height:80px;
	-moz-transition:    all 0.3s linear;
    -o-transition:      all 0.3s linear;
    -ms-transition:     all 0.3s linear;
    transition:         all 0.3s linear;
	display:none;
}

@media (max-width: 768px) {

	#main-header{
		background-color:transparent;
		height:185px;
		display:none;
	}
}

.header-logo{
	display:none;
	margin-top:10px;
}

.header-shortcuts{
	padding-top:27px;
	color:#ffffff;
	font-size:1.6em;
	font-weight:400;
}

.mobileheader-overlay-logo{
	position:absolute;
	margin:0;
	margin-top:20px;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 100;
}
/*full width carousel */
.carousel .item img {
    width: 100%;
}

/* -------------------------------- 

Footer

-------------------------------- */

.wm-footer{
background-color: #000000;
color:#ffffff;:
min-height:419px;
padding: 60px 0px;
}

.wm-footer p{
  font-family: 'dinregular';
  font-size:1.2em;
  Line-Height: 1.5;
}

.wm-footer p >a{
  color:#ffffff;
}

.wm-footer-thumb:hover{
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.wm-footer-thumb:hover{
  opacity: 0.5;
}

.wm-footer-text{
text-align:left;
}

@media (max-width: 768px) {
.wm-footer-text{
margin-top:20px;
text-align:center;
}
}

a.menu-shortcuts{
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
padding-left: 15px;
padding-right: 15px;
}

a.menu-shortcuts:hover{
color:#ffffff;
text-decoration:underline;
}

/* -------------------------------- 

Datepicker

-------------------------------- */


table.table-condensed > thead > tr:first-child{
  background-color:#000000 !important;
}
table.table-condensed > thead > tr:first-child .datepicker-switch{
  color:#ffffff !important;
}
table.table-condensed > thead > tr:first-child .prev, table.table-condensed > thead > tr:first-child .next {
  color:#ffffff !important;
}

/* -------------------------------- 

Modal

-------------------------------- */

h4.nlmodal{
  font-family:'Lato';
  font-size:6.0em;
  font-weight:900;
  margin: 20px 0px 10px 0px;
}

@media (max-width: 768px) {
h4.nlmodal{
  font-family:'Lato';
  font-size:4.0em;
  font-weight:900;
  margin: 20px 0px 10px 0px;
}
}

#nlModal .close {
    color: #000;
	font-size: 32px;
	margin-right:8px;
}


