/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  width: 100%; 
  /* height: 100vh; */ 
  border: 0px; 
  overflow: hidden;
  margin-top: -100px;
}
.flexslider .slides > .slide {
  background-position: center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #5E0207;
}

.flexslider .slides > .slide-peach {
  background-color: #ffebab;
  width: 100%;
  position: relative;
  display: flex;
}
.flexslider .slides > .slide-big{
  height: 100vh;
}

.flexslider .slides > .slide-small {
  height: 85vh;
}


.flexslider .slides img {
  float:left;
  width:100%;
  height:100%;
  object-fit:cover;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.flexslider .slides .slide-peach img {
  float:right;
  width:60%;
  height:100%;
  object-fit:cover;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.home-img-container {
  height: 100%;
}

.flexslider .slides .home-img-container-left img {
  float: left;
}

.flexslider-color-container-red{
    background-color: rgba(119, 2, 8, 0.5);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.flexslider-color-container-peach {
    background-color: rgba(255, 235, 171, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
}
.flexslider-color-container-left {
  left:0;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #fff;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
  margin: 0;
  padding: 0;
}
.flex-viewport {
  height: 100vh;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  z-index: 998;
  bottom: 44px;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: white;
  cursor: pointer;
  text-indent: -9999px;

  border: 0 solid #FFF;
  background: rgba(255,255,255, 0.7);

  -webkit-border-radius: 50%px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(.6);
  transform: scale(.6);
  -webkit-transition: background .215s ease-in-out 0s,border .215s ease-in-out 0s,-webkit-transform .215s ease-in-out 0s;
  transition: background .215s ease-in-out 0s,border .215s ease-in-out 0s,transform .215s ease-in-out 0s;
}
.flex-control-paging li a:hover {
  background-color: transparent;
  border-width: 2px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.flex-control-paging li a.flex-active {
  cursor: default;
  background-color: transparent;
  border-width: 2px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-text {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 10% 5%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.flex-text-middle {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 75%
}
.flex-text-small h1{
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 35px;
  font-family: orpheuspro,serif;
  margin-top: 0;
}
.flex-text-small h2 {
  font-size: 1.3rem;
  margin-top: 0px;
  margin-bottom: 0px;
}

.flex-text-small h3 {
  font-size: 20px;
  margin-top: 0px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.flex-text-left {
  left: 0;
  width: 75%;
  text-align: left;
}

.flex-text-right {
  right: 0;
  width: 70%;
  text-align: left;
  padding: 0 5% 10% 0;
}
.text-white {
  color: white;
}
.white h1, .white h2, .white h3{
  color: white;
}
.red h1, .red h2, .red h3 {
  color: #770208;
}
.slides .white a, .slides .white a:hover {
  color: white;
}
.slides .red a, .slides .red a:hover{
  color: #770208;
}
.page-chevron {
  display: flex;
  position: absolute;
  text-align: center;
  z-index: 998;
  bottom: 3%;
  justify-content: center;
  left: 40%;
  right: 40%;
}
.page-chevron-red, .page-chevron-red:hover {
  color: #770208;
}
.page-chevron-white, .page-chevron-white:hover {
  color: white;
}
.flex-text-middle .page-chevron-red svg polyline {
  stroke-width: 1.03px;
}

.balance-text {
    text-wrap: balance;
}
.flex-text h1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 35px;
  font-family: orpheuspro,serif;
  margin-top: 0;
}

.flex-text h2 {
  font-size: 1.3rem;
  margin-top: 0px;
  margin-bottom: 25px;
}

.flex-text h3 {
  font-size: 1rem;
  margin-top: 0px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.flex-text h3 a {
  display: flex;
  align-items: center;
}
.flex-text h3 a svg {
  display: inline-block;
  vertical-align: text-bottom;
  transition: transform .5s ease-in-out;
}
.about-list {
  list-style: disc;
  width: 80%;
  margin: auto;
}

.slider-link-red:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 0%; /* Change this to whatever width you want to have before hover. */
    border-bottom: 2.5px solid #770208;
    transition: .5s ease-in-out; /* This establishes the amount of time in seconds the animation should take from start to finish */
}

.slider-link-red:hover:after, .slider-link-red:focus:after {
    width: 100%; /* This will be the new width of your border when on hover */
}

.slider-link-white:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 0%; /* Change this to whatever width you want to have before hover. */
    border-bottom: 2px solid #fff;
    transition: .5s ease-in-out; /* This establishes the amount of time in seconds the animation should take from start to finish */
}

.slider-link-white:hover:after, .slider-link-white:focus:after {
    width: 100%; /* This will be the new width of your border when on hover */
}



.slides .flex-text a {
  text-decoration: none;
}
.slides .flex-text a:hover {
  text-decoration: none;
}

.slides .flex-text a:hover > svg{
    transform: translate3d(10px, 0px, 0px);
}

.white svg polyline, .white svg line {
  stroke: #fff;
  stroke-width: 2;
}
.red svg polyline, .red svg line {
  stroke: #770208;
  stroke-width: 2;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

nav#dot-nav {
  position: fixed;
  right: 5%;
  z-index: 997;
}

nav#dot-nav a {
  width: 15px;
  height: 15px;
  display: block;
  background: white;
  cursor: pointer;
  text-indent: -9999px;
  margin-bottom: 30px;
  border: 0 solid #FFF;
  background: rgba(255,255,255, 0.7);

  -webkit-border-radius: 50%px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(.6);
  transform: scale(.6);
  -webkit-transition: background .215s ease-in-out 0s,border .215s ease-in-out 0s,-webkit-transform .215s ease-in-out 0s;
  transition: background .215s ease-in-out 0s,border .215s ease-in-out 0s,transform .215s ease-in-out 0s;
}

nav#dot-nav a:hover {
  background-color: transparent;
  border-width: 2px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

nav#dot-nav a.active {
  background-color: transparent;
  border-width: 2px;
  -webkit-transform: scale(1);
  transform: scale(1);
}