/*
Template Name: Split
Author: One Page Love
Author URI: https://onepagelove.com
Template URI: https://onepagelove.com/split
Description: Split is a centrally-divided layout for a professional online presence with a big image or video left with alongside content.
*/
/* -- CSS Reset -- */

body.page-template-page-fullsingle-split {
  background-color: burlywood;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  letter-spacing: -0.2px;
  -webkit-animation: fadein 2s;
          animation: fadein 2s; }


.fs-split {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 800px) {
    .fs-split {
      height: auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .fs-split .split-image {
    width: 50%;
    /*height: 100vh;*/
    background-image: url("../../images/background.jpg");
    background-position: center center;
    background-size: cover; }
    @media (max-width: 800px) {
      .fs-split .split-image {
        height: 80vh;
        width: 100%; } }
  .fs-split .split-content {
    width: 60%;
    /*min-height: 100vh;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*overflow: auto;*/ }
    @media (max-width: 800px) {
        .content {
            display: contents!important;
        }
            .fs-split .split-content {
        width: 100%;
        height: auto; } }
    .fs-split .split-content .split-content-vertically-center {
      padding: 10px;
      max-width: 740px;
      margin-top: auto;
      margin-bottom: auto; }
      @media (max-width: 1200px) {
        .fs-split .split-content .split-content-vertically-center {
          padding: 60px; } }
      @media (max-width: 800px) {
        .fs-split .split-content .split-content-vertically-center {
          padding: 40px; } }
  .split-intro h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 40px;
    letter-spacing: 0.4px;
    color: #47bec7; }
  .split-intro .tagline {
    color: #CCCCCC; }

.split-bio {
  padding: 0px 0 20px 0;
  font-family: 'Roboto', serif; }
  @media (max-width: 1200px) {
    .split-bio {
      padding: 30px 0; } }

  .split-bio p {
    color: white; }
.split-bio a {
    color: #fff;
    transition-duration: 0.5s;
    margin-bottom: 10px;
    /*border-bottom: 1px dotted #848d96;*/
}
    .split-bio a:hover {
        color: #fff;
        /*color: #CA486d;
      transition-duration: 0.1s;
      border-bottom: 1px dotted #CA486d;*/
    }

.split-lists .split-list {
  width: 30%;
  display: inline-block;
  margin-bottom: 40px; }
  @media (max-width: 500px) {
    .content {
        display: contents!important;
    }
        .split-lists .split-list {
      width: 90%; } }
  .split-lists .split-list h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 31px;
    color: #848d96;
    letter-spacing: 2px;
    opacity: 0.5; }
  .split-lists .split-list ul li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px; }
    .split-lists .split-list ul li a {
      color: #848d96;
      transition-duration: 0.5s; }
      .split-lists .split-list ul li a:hover {
        color: #CA486d;
        transition-duration: 0.1s; }

.split-credit {
  opacity: 0.4; }
  .split-credit p {
    font-size: 12px;
    line-height: 14px; }
    .split-credit p a {
      color: #848d96; }

.split-video {
  overflow: hidden;
  position: relative; }

.video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-container {
  position: relative;
  overflow: hidden;
  height: 56.25vw;
  width: 100vw; }
  @media (max-aspect-ratio: 16 / 9) {
    .video-container {
      height: 100vh;
      width: 177.7777777778vh; } }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*video.video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%; }*/

.bt-home {
    background-color: brown;
    color: white;
    border-color: brown;
}
.p-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh; /* Full viewport height */
}
    .content h2 {
        font-weight: bold;
        color: brown;
    }
.split-bio p {
    font-size: 15px;
    font-family: Roboto;
    color: black;
    line-height: 28px;
}

.video-content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.homebutton {
    background-color: brown;
    color: white;
    border-color: brown;
    width:100%;
}


@media (min-width: 768px) and (max-width: 991px) {
    .content {
        display: contents!important;
    }
}
@media (max-width: 767px) {
    .video-content {
        height: 25vh;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .homebutton {
        font-size: 10px!important;
        padding: 8px 3px!important;
    }
}