/*
Theme Name: BTA
Theme URI: http://riotactstudios.com
Description: 2018 Branson Treehouse Adventures.
Author: Matt Harris
Author URI: http://riotactstudios.com
Version: 1.0
*/


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

body {
  font-family: 'Open Sans', sans-serif;
  font-weight:  300;
  color: rgba(57,57,61,.8);
}

.container {
  max-width: 1040px;
}

a {
  text-decoration: none;
  color: #a2161f;
  font-weight: 400;
}

a:hover {
  color: #a2161f;
}

.hover-link {
  display: inline-block;
  color: #a2161f;
  font-weight: 400;
  text-decoration: none;
}

.hover-link:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #a2161f;
  transition: width .3s;
}

.hover-link:hover:after {
  width: 100%;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    max-width: 100%;
    height: auto;
}

/*-------------------------------*/
/*-- Headings -------------------*/
/*-------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.heading {
  font-weight: 300;
  margin-bottom: 0;
}

/*-------------------------------*/
/*-- Alignment ------------------*/
/*-------------------------------*/

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

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.text-justify{
	text-align: justify;
}

/*-------------------------------*/
/*-- Font Sizes -----------------*/
/*-------------------------------*/

.medium {
  font-size: 2rem;
}

.large {
  font-size: 2.5rem;
}

/*-------------------------------*/
/*-- Text Colors ----------------*/
/*-------------------------------*/

.invert {
  color: #fff;
}

/*-------------------------------*/
/*-- Div Table ------------------*/
/*-------------------------------*/

.table {
  display: table;
  width: 100%;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

/*-------------------------------*/
/*-- Buttons --------------------*/
/*-------------------------------*/

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #f6f5f2;
  background-color: #a2161f;
  border-color: #a2161f;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #a2161f;
  border-color: #a2161f;
}

.button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  color: rgba(1,66,72,.7);
  background-color: #f6f5f2;
  border-color: #f6f5f2;
  transition: all 0.5s ease;
}

.button.button-secondary:hover,
button.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
  color: #fff;
  background-color: rgba(1,66,72,.7);
  border-color: rgba(1,66,72,.7);
}

/*-------------------------------*/
/*-- Breadcrumbs ----------------*/
/*-------------------------------*/

.breadcrumbs {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb {
  list-style: none;
  display: inline-block;
}

.breadcrumb:not(:first-of-type):before {
  content: '\f3d1';
  font-family: Ionicons;
  margin: 0 10px 0 8px;
}

.breadcrumb a {
  color: rgba(1,66,72,.7);
}

/*-------------------------------*/
/*-- Sections -------------------*/
/*-------------------------------*/

.big-section {
  padding: 50px 0;
}

/*-------------------------------*/
/*-- Hover Effects --------------*/
/*-------------------------------*/

.bta-image-hover {
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bta-image-hover {
	overflow: hidden;
}

.bta-image-hover img {
	vertical-align: top;
	max-width: 100%;
	margin: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bta-image-hover:hover img {
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

#top-bar {
  display: none;
  background: #f6f5f2;
  border-bottom: 1px solid;
  border-color: rgba(50,50,47,.1);
  padding: 5px 0;
  color: #a2161f;
  font-weight: 400;
}

.top-right a {
  display: inline-block;
  font-size: 26px;
}

.top-right a:first-of-type {
  margin-right: 10px;
}

.icon {
  display: inline-block;
  margin-right: 5px;
  color: #525453;
}

#mobile-top-bar {
  background: #f6f5f2;
  border-bottom: 1px solid;
  border-color: rgba(50,50,47,.1);
  padding: 5px 0;
  color: #a2161f;
  font-weight: 400;
}

#header {
  background: #f6f5f2;
  line-height: 1;
  position: relative;
}

.menu-link {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 3rem;
}

#logo {
  text-align: center;
}

.logo {
  max-height: 120px;
  padding: 5px 0;
}

#header-right {
  display: none;
}

/*-------------------------------*/
/*-- Main Navigation ------------*/
/*-------------------------------*/

#nav {
  width: 100%;
}

#nav .menu {
  list-style: none;
  margin: 0;
  text-align: right;
}

#nav .menu li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0;
  vertical-align: top;
}

#nav .menu li a {
  display: table-cell;
  color: rgba(1,66,72,.7);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  vertical-align: middle;
  height: 130px;
}

#nav .menu li.menu-item-has-children a:after {
  content: '\f35f';
  font-family: Ionicons;
  margin-left: 5px;
}

#nav .menu li:first-of-type a {
  padding-left: 0;
}

#nav .menu li:last-of-type a {
  padding-right: 0;
}

#nav .menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
}

#nav .sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  left: 15px;
  top: 132px;
  width: 250px;
  margin: 0;
  padding: 20px 0;
  background: #f6f5f0;
  text-align: left;
  transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #f07226;
}

#nav .menu li:first-of-type .sub-menu {
  left: 0;
}

#nav .sub-menu li {
  list-style: none;
  display: block;
  padding: 0;
}

#nav .sub-menu li a, #nav .sub-menu li a:first-of-type {
  display: block;
  color: #525453;
  height: auto;
  padding: 10px 20px;
  transition: all .5s ease;
}

#nav .sub-menu li a:first-of-type:after {
  content: '';
}

#nav .sub-menu li a:hover {
  color: #f6f5f0;
  background: #b1b2b1;
}

#nav .sub-menu li:last-of-type {
  padding: 0;
}


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

#home-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255, .6);
  font-size: 70px;
  z-index: 999;
  transition: all 0.5s ease;
}

.previous {
  left: 20px;
}

.next {
  right: 20px;
}

.slick-arrow:hover {
  color: rgba(255,255,255,1);
}

.bta-social {
  list-style: none;
  position: absolute;
  z-index: 999;
  margin: 20px 0 0 20px;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  font-size: 16px;
}

.bta-social li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.bta-social li:first-of-type {
  margin: 0;
}

.bta-social a {
  display: block;
  color: #fff;
  text-align: center;
  width: 35px;
  padding: 6.5px 0;
}

.pinterest {
  background-color:#cb2027;
}

.facebook {
  background-color:#3b5998;
}

.googleplus {
  background-color:#dd4b39;
}

.slick-current:hover .bta-social {
  visibility: visible;
  opacity: 1;
}

#page-hero:hover .bta-social {
  visibility: visible;
  opacity: 1;
}

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

.testimonial-name {
  font-style: italic;
}

.slick-dots {
  text-align: center;
}

.slick-dots li button {
  display: none;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  padding: 30px 10px 0 10px;
}

.slick-dots li:before {
  content: '\f401';
  font-family: Ionicons;
  color: #aaa;
}

.slick-dots li.slick-active:before {
  content: '\f400';
  font-family: Ionicons;
  color: #aaa;
}

/*-------------------------------*/
/*-- Index Page -----------------*/
/*-------------------------------*/

.bta-category {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.bta-category:nth-child(3){
  margin-left: 0;
}

.bta-category h5 {
  font-size: 2.1rem;
  text-transform: uppercase;
}

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

#footer {
  background: #222;
  padding: 50px 0;
  color: #929292;
  font-weight: 400;
}

#copyright {
  background: #171717;
  color: #929292;
  padding: 20px 0;
}

.footer-menu li {
  list-style: none;
}

.footer-menu li a {
  color: #929292;
}

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

.panel {
    position: fixed;
    right: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
    background: #222;
}

.wrap {
    position: relative;
}

#menu-mobile {
  padding: 30px 0;
}

#menu-mobile li {
  list-style: none;
  padding-left: 10px;
}

#menu-mobile li a {
  color: #fff;
}

#menu-mobile .sub-menu {
  display: none;
}

.menu-link.close-panel {
  padding: 0;
  color: #fff;
}

/*-------------------------------*/
/*-- Property Page --------------*/
/*-------------------------------*/
.parallax-header {
  min-height: 400px;
}

.bta-property-list-item {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.bta-property-list-item:nth-child(2n+3) {
  margin-left: 0;
}


/*-------------------------------*/
/*-- Single Property ------------*/
/*-------------------------------*/

.property-price {
  text-align: right;
  color: #a2161f;
}

.property-price p:first-of-type {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0;
}

.property-price p {
  font-weight: 300;
  margin-bottom: 0;
}

.property-notes p {
  margin-bottom: 10px;
}

/*.property-notes .ion-ios-moon {
  font-size: 26px;
}*/

.availability {
  background: #f6f5f2;
  padding: 20px;
}

.property-amenities {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  position: relative;
  margin: 30px 0;
}

.meta {
  width: 50%;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.meta:before {
  display: block;
  float: left;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  margin-right: 15px;
  color: rgba(1,66,72,.7);
}

.meta-label {
  display: block;
  font-weight: 400;
}

.meta-bed:before { content: '\f236'; }
.meta-capacity:before { content: '\f0c0'; }
.meta-sqft:before { content: '\f065'; }
.meta-wifi:before { content: '\f1eb'; }
.meta-cable:before { content: '\f26c'; }
.meta-temp:before { content: '\f2cb'; }
.meta-pets:before { content: '\f1b0'; }
.meta-smoke:before {
  content: '\f2c2';
  font-family: 'Ionicons';
  font-weight: 400;
}
.meta-hookups:before { content: '\f1e6'; }
.meta-flat:before { content: '\f207'; }
.meta-table:before { content: '\f2e7'; }
.meta-fire:before {
  content: '\f315';
  font-family: 'Ionicons';
  font-weight: 400;
}
.meta-shower:before { content: '\f2cc'; }

#property-tabs {
  display: none;
}

.accordion-toggle {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #eee;
  margin-bottom: 0;
}

.accordion-toggle:before {
  display: inline-block;
  content: "\f3d3";
  font-family: Ionicons;
  color: #eee;
  width: 30px;
  font-size: 20px;
  margin-right: 5px;
  transition: all .1s ease;
}

.accordion-toggle.active {
  color: #ff7d22;
}

.accordion-toggle.active:before {
  content: "\f3d0";
}

.accordion-content {
  display: none;
  background: #fff;
  padding: 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.accordion-content li {
  display: inline-block;
  width: 100%;
}

.accordion-content.default {display: block;}

.property-slider .slick-slide:hover {
  cursor: zoom-in;
}

.property-slider-nav .slick-slide:hover {
  cursor: pointer;
}

.property-slider-nav {
  margin-top: 20px;
}

.property-slider-nav .slick-slide {
  padding: 0 5px;
}

#availability input, #availability form {
  margin-bottom: 0;
}

#availability .table-cell {
  padding: 20px 0;
}

#related-slider .slick-slide {
  padding: 0 10px;
  text-align: center;
}

.slick-prev, .slick-next {
  border: none;
  font-size: 0;
}

.slick-prev:before {
  content: '\f3cf';
  font-family: Ionicons;
  font-size: 50px;
}

.slick-next:before {
  content: '\f3d1';
  font-family: Ionicons;
  font-size: 50px;
}

/*-------------------------------*/
/*-- Attractions Pages ----------*/
/*-------------------------------*/

.bta-attraction {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.bta-attraction:nth-child(3n+4){
  margin-left: 0;
}

/*-------------------------------*/
/*-- Offers Pages ---------------*/
/*-------------------------------*/

.bta-offer {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.bta-offer-cat {
  text-transform: uppercase;
  text-decoration: underline;
}

.offer-heading {
  font-weight: 400;
}

.offer-content {
  padding-bottom: 20px;
}

.bta-offer:nth-child(3n+4){
  margin-left: 0;
}

/*-------------------------------*/
/*-- Contact Form ---------------*/
/*-------------------------------*/

#wpcf7-f293-o1 input[type="text"], #wpcf7-f293-o1 input[type="email"], #wpcf7-f293-o1 input[type="tel"] {
  width: 100%;
}

#wpcf7-f293-o1 textarea {
  width: 100%;
  height: 300px;
}

/*-------------------------------*/
/*-- Amenities Page -------------*/
/*-------------------------------*/
.bta-amenities ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.bta-amenities li {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.bta-amenities li:before {
  content: '\f122';
  font-family: Ionicons;
  color: rgba(1,66,72,.7);
  margin-right: 10px;
}


/*-------------------------------*/
/*-- Mobile First Queries -------*/
/*-------------------------------*/

/* Larger than mobile */
@media (min-width: 400px) {

}

/* Larger than phablet */
@media (min-width: 550px) {
  #mobile { display: none; }
  #info { display: block; }
}

/* Larger than tablet */
@media (min-width: 750px) {
  .meta { width: 33.3% }
  .accordion-content li { width: 45%; }
  .bta-amenities li { width: 50%; }
}

/* Larger than desktop */
@media (min-width: 1000px) {
  #top-bar { display: block; }
  #mobile-top-bar { display: none; }
  .menu-link { display: none; }
  #header-mobile { display: none; }
  #header-right { display: table-cell; }
  #logo { text-align: left; }
  .logo { padding: 5px 20px 5px 0; }
  .meta { width: 25%; }
  #property-accordion { display: none; }
  #property-tabs { display: block; }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {

}
