/*
Theme Name: Wonderfruit 2019
Theme URI: http://wonderfruitfestival.com
Author: the Wonderfruit team
Author URI: http://wonderfruitfestival.com
Description: Wonderfruit 2019
Text Domain: wonderfruit
*/

/* @import url("css/header.css"); */

/* FONTS */



@font-face {
  font-family: cloud;
  src: url(fonts/Cloud-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: cloud-semibold;
  src: url(fonts/Cloud-SemiBold.otf);
}

@font-face {
  font-family: cloud-bold;
  src: url(fonts/Cloud-Bold.otf);
}



@font-face {
    font-family: 'value-bold';
    src: url('fonts/value-bold.eot');
    src: url('fonts/value-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/value-bold.woff') format('woff'),
         url('fonts/value-bold.woff2') format('woff2'),
         url('fonts/value-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'value-medium';
    src: url('fonts/value-medium.eot');
    src: url('fonts/value-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/value-medium.woff') format('woff'),
         url('fonts/value-medium.woff2') format('woff2'),
         url('fonts/value-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'value-regular';
    src: url('fonts/value-regular.eot');
    src: url('fonts/value-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/value-regular.woff') format('woff'),
         url('fonts/value-regular.woff2') format('woff2'),
         url('fonts/value-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'value-serif-bold';
    src: url('fonts/value-serif-bold.eot');
    src: url('fonts/value-serif-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/value-serif-bold.woff') format('woff'),
         url('fonts/value-serif-bold.woff2') format('woff2'),
         url('fonts/value-serif-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Value';
    src: url('fonts/value-bold.eot');
    src: url('fonts/value-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/value-bold.woff') format('woff'),
         url('fonts/value-bold.woff2') format('woff2'),
         url('fonts/value-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Value';
    src: url('fonts/value-medium.eot');
    src: url('fonts/value-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/value-medium.woff') format('woff'),
         url('fonts/value-medium.woff2') format('woff2'),
         url('fonts/value-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Value';
    src: url('fonts/value-regular.eot');
    src: url('fonts/value-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/value-regular.woff') format('woff'),
         url('fonts/value-regular.woff2') format('woff2'),
         url('fonts/value-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ValueSerif';
    src: url('fonts/value-serif-bold.eot');
    src: url('fonts/value-serif-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/value-serif-bold.woff') format('woff'),
         url('fonts/value-serif-bold.woff2') format('woff2'),
         url('fonts/value-serif-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Northwell';
    src: url('fonts/Northwell.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



/*

@media (min-width: 75em) {
    .container {
        width: 970px;
    }
    .page-program .container,
    .archive.category .container,
    .archive.category-news .container,
    .page-tickets .container,
    .page-accommodations .container {
        width: 1170px;
    }
    #overhead-slider {
        width: inherit
    }
}
*/


.content-area {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom left;

    background-size: auto 100vh;
    background-position: 0% calc(100% - 100vh);
}



body {
    font-family: value-regular, "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0.03em;
	-webkit-font-smoothing: antialiased;
    line-height: 1.25;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: white;
}

.overflow-hidden {
    overflow: hidden;
}

/* Hover Effects */
a:hover .hover-zoom {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.hover-zoom {
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
}
.hover-white25:hover,
.hover-white25:active {
    background-color: rgba(255, 255, 255, .25);
}

a:hover .hover-underline {
    text-decoration: underline;
}





/* header */

header.site-header nav.navbar {
    background-image: none;
    background-color: #FFFFF0;
	border:none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 20px rgba(0,0,0,.175);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 20px rgba(0,0,0,.175);
}

ul.navbar-nav {
    margin-top: 20px;
}

div.user-container .dropdown-menu,
li.dropdown .dropdown-menu {
	display:none;
}

/*
body.user-logged-in-body-class div.user-container .dropdown-menu:hover,
body.user-logged-in-body-class div.user-container:hover .dropdown-menu,
body.user-logged-in-body-class div.user-container #user-toggle:hover .dropdown-menu,
li.dropdown .dropdown-menu:hover,
li.dropdown:hover .dropdown-menu {
	display:block;
	padding: 10px;
    padding-left: 14px;
    margin-left: 8px;
    padding-top: 30px;
}

body:not(.user-logged-in-body-class) div.user-container,
body:not(.user-logged-in-body-class) div.user-container .dropdown-menu,
body:not(.user-logged-in-body-class) div.user-container:hover .dropdown-menu:hover,
body:not(.user-logged-in-body-class) div.user-container .dropdown-menu {
    display: none;
}
*/


div.user-container {
	display: none;
}
@media (min-width: 992px) {
	div.user-container {
		display: block;
	}
}

div.user-container .dropdown-menu:hover,
div.user-container:hover .dropdown-menu,
div.user-container #user-toggle:hover .dropdown-menu,
li.dropdown .dropdown-menu:hover,
li.dropdown:hover .dropdown-menu {
	display:block;
	padding: 10px;
    padding-left: 14px;
    margin-left: 8px;
    padding-top: 30px;
}

body:not(.user-logged-in-body-class) div.user-container .dropdown-menu .user-logout-button-logged-in {
    display: none;
}

body.user-logged-in-body-class div.user-container .dropdown-menu .user-logout-button-logged-out {
    display: none;
}



header.site-header .dropdown {
  padding: 5px 0;
}

/*
header.site-header .dropdown-menu {
    border: none;
    background-color: white;
    padding-bottom: 0px;
}
*/
header.site-header.header-top .dropdown-menu {
    background-color: rgba(255,255,255,.9)
}

header.site-header .dropdown > a:after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	font-style: normal;
	margin:0px 0px 0px 3px;
	text-decoration:none;
    font-size: medium;
}

header.site-header .dropdown:hover > a:after {
	content: '\f106';

}
/*

header.site-header .dropdown-menu a {
    box-shadow: none;
    background-image: none;
}
*/

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:active,
.navbar-default .navbar-nav>.open>a:focus {
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

/*
header.site-header .dropdown-menu a:hover {
	color: white;
    background-color: transparent;
}
*/


.navbar-brand {
	height: inherit;
}

.navbar-default .navbar-nav>li>a,
header .nav>li>a:focus, header .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}



.header-top .navbar-default .navbar-nav>li>a,
header.header-top .navbar-center>li>a {
	color:white;
}

.header-top .navbar-default .navbar-nav>li>a:before,
header.header-top .navbar-center>li>a:before {
	background-color:white;
}

.navbar-default .navbar-nav>li>a:active,
header .navbar-center>li>a:active {
	color:#58595b;
}
.navbar-default .navbar-nav>li>a:hover:before ,
header .navbar-center>li>a:hover:before {
/*     width: 100%; */
/* underline on hover over */
}

.navbar-default .navbar-nav>li>a:before ,
header .navbar-center>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: black;
    width: 0;
    -webkit-transition: width .15s;
    transition: width .15s;
    cursor: pointer;
    display: block;
}


#bottom-nav  {
    background-image: none;
    background-color: #FFFFF0;
	border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jumbotron {
    padding-top: 0px;
    padding-bottom: 48px;
    position: relative;
    background-color: transparent;
}

.jumbotron .background-right{
    position: absolute;
    width: 100%;
    height: 100%;
}
.jumbotron .wonderfruit-logo-lg{
    margin: auto;
    padding-bottom: 1%;
    width: 50%;
}

.secondary-nav {
	position: relative;
}

@media (max-width: 47.9em){
  .secondary-nav {
    position: fixed;
    bottom: 0;
    z-index: 7;
    left: 0;
    right: 0;
  }
}

#footer-section h6 {
	padding:0px;
	margin-top:15px;
	text-align: left;
}

#footer-section ul {
	list-style: none;
	padding: 0px;
	text-align: left;

    padding-bottom: 15px;
    padding-top: 5px;
    width: 80%;
}
#footer-section ul li {
    margin-bottom: 5px;
}

#footer-section ul a,
#footer-section ul a:hover {
	color: #474645;
    text-decoration: none;
    margin: 3px 5px;
}

#footer-section ul a fab,
#footer-section ul a:hover fab {
	color: #1E2D50;
    text-decoration: none;
    margin: 3px 5px;
}


#footer-section .copyright {
	padding:0px;
    padding-top: 50px;
    padding-bottom: 20px;
}

#footer-section .footer-copyright {
	float:left;
}

#footer-section .row {
/* 	max-width: 1170px; */
    max-width: 1370px;
    margin: auto;
}

#footer-section .scratchfirst-logo {
	width:70px;
	margin:0px;
	display:block;
	padding-top:0px;
	padding-bottom: 2px;
}
@media (min-width: 48em) {
	.secondary-nav {
		position: absolute;
		bottom: 0px;
		width: 100%;
	}

	.secondary-nav-sticky {
		position: fixed;
		top: 50px;
		bottom: inherit;
		z-index: 10;
	}
	#footer-section ul {
		border-bottom-width: 0px;
		width: 100%;
	}

	#footer-section .copyright {
		padding:40px;
	}

	#footer-section .scratchfirst-logo {
		width:92px;
		margin:10px;
		display:inline-block;
	}

	#footer-section .footer-copyright {
		float:none;
	}
}

.secondary-nav .secondary-nav-link:hover {
	background-color: #4470B1;
}

/* accommodations */
.secondary-nav {
	background-color: #4A83C0;
	color:white;
	width:100%;
}

.btn-default {
    text-shadow: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: black;
    border-radius: 0px;
	background-color: transparent;
	text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px;
    padding-left: 30px;
    font-size: 19px;
    padding-right: 30px;
    border-width: 2px;

    margin-top: 15px;
}
/* second row */
.second-row .btn-default {
	margin: 5px;
	padding-left:30px;
	padding-right:30px;
	padding-top: 5px;
	padding-bottom: 2px;

}

body.lang-th .second-row .btn-default {
	padding-left:52px;
	padding-right:52px;
	padding-top: 4px;
	padding-bottom: 1px !important;
}

.second-row .language-switcher {
	margin:7px;
}

/* second row */
.btn-default:hover {
    text-shadow: none;
	background-color: black;
	color: white;
	border-color: white;
}

#footer-section {
/* 	background-color: black; */
	color:white;
    padding-top: 20px;
    text-align: center;
}

#newsletter-title {
	float:left;
	padding: 5px;
	padding-top: 6px;
	padding-bottom: 4px;
    font-family: bebas;
    letter-spacing: 1px;
	font-size: 20px;
}
#footer-social-links {
	margin-top: 10px;
	margin-bottom: 5px;
}
#footer-social-links i:hover {
	transform: scale(1.1);
}
#footer-social-links i:active {
	color: #58595b;
}

#bottom-nav .navbar-form {
	margin-bottom: 5px;
	margin-top: 5px;
}
#newsletter-textinput {
	float:left;

    border: 1px solid black;
    border-right: 0px;
    border-radius: 0px;
    font-family: inherit;
    height: 35px;
    background-color: transparent;
}
#newsletter-button {
	float:left;
	border-width: 1px;

    margin: 0px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.language-switcher {
	margin:22px;
	font-size: 16px;
}

.sidebar .language-switcher {
	font-size: 22px;
}

.language-switcher .active-lang {
	color:black;
}

.language-switcher .inactive-lang {
/*     color: #474645; */
	opacity: 0.5;
    color: #000000;    
}

.language-switcher-th {
	    font-family: cloud-semibold !important;
	    
}
.language-switcher-en {
	    font-family: value-bold !important;
}

#footer-social-links i {
	color:black;
    padding: 2px;
    padding-left: 5px;
}

#bottom-nav {
	margin-bottom: 0px;
	min-height: 45px;
}

section {
	min-height: 300px;
}

img.flip-hotizontal {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}



.jumbotron-img-right {
	float:right;
}

.jumbotron-img-left {
	float:left;
}


.btn.discount-button:active span {
  background: #0d9e78;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}
.navbar-toggle .icon-bar:nth-of-type(4) {
  	top: 3px;
}
.navbar-toggle .icon-bar:nth-of-type(2), .navbar-toggle .icon-bar:nth-of-type(4) {
    width: 17px;
    margin-left: 11px;
}
.navbar-toggle .icon-bar {
	  width: 28px;
	  position: relative;
	  -webkit-transition: all 500ms ease-in-out;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(4) {
	  background-color: transparent;
}
/* 2017 Standard Styles */


.body0 {
  font-family: value-regular;
  font-size: 20px;
  line-height: 26px;
}
body.lang-th .body0 {
  font-family: cloud;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .body0 {
    font-size: 28px;
    line-height: 30px;
  }
    body.lang-th .body0 {
      font-family: cloud;
      font-size: 26px;
      line-height: 36px;
    }
}




/* Standardized fonts */
.text-1 {
	font-family: value-regular;
    font-size: 18px !important;
    line-height: 20px;

}

.text-1 b,
.text-1 strong {
	font-family: value-bold;
    font-size: 18px !important;
    line-height: 20px;

}

body.lang-th .text-1 {
	font-family: cloud;
    font-size: 18px !important;
}

body.lang-th .text-1 strong {
	font-family: cloud-semibold;
    font-size: 18px !important;
}

@media (min-width: 48em) {
	h1 {
	    font-size: 40px;
	}
}
@media (min-width: 75em) {

}
@media (min-width: 120em) {
	h1 {
	    font-size: 62px;
	}
}
@media (min-width: 150em) {
	h1 {
	    font-size: 80px;
	}
}




/* 2018 */

.page-heading {
    background-size: 100% auto;
    background-position-y: 50%;
    background-repeat: no-repeat;
    min-height: 150px;
    position: relative;
/*     margin-bottom: 30px;     */
}

.page-heading.hide-submenu {
	min-height: inherit;	
}

.page-heading h2.page-title {
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
    width: 100%;
}


@media (min-width: 992px) {
	.page-heading {
	    min-height: 250px;
	}
	.page-heading.hide-submenu {
	    min-height: 0px;
	}
}


.page-heading {
    background-image: url(/wp-content/themes/wonderfruit-2018/images/2018/wonderpost_bg.png);
    background-size: 100% auto;
    background-position-y: 0%;
    background-color: #F3F2F1;    
}


.page-heading h2.page-title {
    margin: 0;
    font-size: 32px;
    font-family: value-serif-bold;
    line-height: 32px;
    padding-bottom: 10%;
    padding-top: 10%;
/*     padding-left: 7%; */
    border-bottom: 2px solid rgba(30, 45, 80, .1);
    color: #1e2d50;
    letter-spacing: 0px;
    text-align: center;
}

.page-heading.hide-submenu h2.page-title {
    border-bottom: none;
}


.page-heading .page-submenu {
    width: 100%;
    text-align: center;
    bottom: 0px;
    padding: 12px 0 12px 0;
    color: #1e2d50;
    font-family: "value-serif-bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.2px;
    font-size: 20px;
    line-height: 24px;
	max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;

}


.page-heading .page-submenu .submenu-link {
	padding: 15px 0px 15px 14px;
    color: #1e2d50;
	letter-spacing: 0px;
    font-size: 16px;
    line-height: 24px;
}

.page-heading .page-submenu .submenu-link.active-menu strong, 
.page-heading .page-submenu .submenu-link:active strong,
.page-heading .page-submenu .submenu-link:hover strong {
    color: #ff6464;
    border-bottom: 2px solid #ff6464;

}

/*
.img-responsive {
	border: 2px solid #1e2d50;
}
*/

/* FOOTER SUBSCRIBE */
        #footer-subscribe #subscribe-section {
          min-height: 0;
          background-color: #D1CCCA;
	      padding-top: 7%;
  	      padding-bottom: 7%;

        }
        #footer-subscribe #subscribe-section .container form {
          max-width: 500px;
          margin-left: auto;
          margin-right: auto;
        }
        #footer-subscribe #subscribe-section .title {
          color: #1E2D50;
          font-family: value-serif-bold;
          font-size: 24px;
        }
        #footer-subscribe #subscribe-section .description {
          color: #1E2D50;
          font-family: value-regular;
          font-size: 14px;
	      letter-spacing: .8px;
  	      margin-top: 11px;
        }

        #footer-subscribe #subscribe-section .sharing {
          margin-top: 22px;
        }
        #footer-subscribe #subscribe-section .sharing .fa {
          color: #fffff0;
          font-size: 34px;
          transition: transform 0.3s;
          -webkit-transition: transform 0.3s;
          text-decoration: none;
        }
        #footer-subscribe #subscribe-section .sharing .fa:hover {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
        }
        #footer-subscribe #subscribe-section .sharing .fa:active {
          opacity: 0.8;
        }
        #footer-subscribe #subscribe-section .sharing .spacer {
          display: inline-block;
          width: 19px;
        }
        #footer-subscribe #subscribe-section form {
		  margin-top: 25px;
          display: flex;
          display: -webkit-flex;
        }

        #footer-subscribe #subscribe-section .text {
          border: 1px solid #1E2D50;
          border-radius: 0;
          border-right: 0;
          outline: 0;
          box-shadow: none;
          background-color: #1E2D50;
          color: #D1CCCA;
          width: 100%;
          flex: 1;
          -webkit-flex: 1;
          font-family: value-regular;
          margin-right: 6px;
		  font-size: 19px;
		  padding: 7px 11px;

        }
        #footer-subscribe #subscribe-section .text::-webkit-input-placeholder {
          color: #D1CCCA;
          font-family: value-regular;

        }
        #footer-subscribe #subscribe-section button {
            outline: 0;
            font-family: value-serif-bold;
            color: #1E2D50;
            background-color: transparent;
            border: 2px solid #1E2D50;
/*
		    font-size: 17px;
		    padding: 0px 8px 7px;
*/
			font-size: 24px;
			padding: 0px 15px 7px;		    

        }
        #footer-subscribe #subscribe-section button {
            padding: 1px 7px 2px;
        }

        @media (min-width: 992px) {

			#footer-subscribe #subscribe-section .title {
				font-size: 36px;
			}
			#footer-subscribe #subscribe-section .row {
				margin-left: 8%;
				margin-right: 8%;
			}
			#footer-subscribe #subscribe-section form {
			  margin-top: 46px;
			}
			
			#footer-subscribe #subscribe-section .description {
			  font-size: 17px;
			}
			
			#footer-subscribe #subscribe-section .text {
			    margin-left: 4%;
			}
			
			#footer-subscribe #subscribe-section button {
			    font-size: 23px;
				padding: 0px 27px 7px;
			}




        }

        /*    New 2017      */
        #footer-subscribe  #subscribe-section {
            margin-top:0px;
        }

.section-divider {
    box-sizing: border-box;
    height: 2px;
    width: 100%;
    /* border: 2px solid #B4ADAA; */
    opacity: 0.2;
    background-color: #B4ADAA;
}


 

/*  Refactor me - select options */

