/*
Template Name: EC Split
Editor: CF
Author URI: https://onepagelove.com
Version: 0.2.2
*/
/* -- CSS Reset -- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
@import url("https://fonts.googleapis.com/css?family=Lora");
@import url('https://fonts.googleapis.com/css?family=PT+Serif&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  margin: 0; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

body {
  background-color: #FFFFFF;
  border-style: none; }

body,
p,
a,
a:hover {
  color: #000000; }

a,
a:hover {
  text-decoration: none;
  border: none;
  border-style: none;
  box-shadow: none; }

/* -- Content -- */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

html {
  background-color: #FFFFFF; }

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

.fs-split {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 800px) {
    .fs-split {
      height: auto;
      -webkit-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: 55vh;
        width: 100%; } }

    @media (max-width: 800px) {
      .badge img {
        width: 90px; } }

  .fs-split .split-content {
    width: 50%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    overflow: auto; }
    @media (max-width: 800px) {
      .fs-split .split-content {
        width: 100%;
        height: auto; } }
    .fs-split .split-content .split-content-vertically-center {
      padding: 75px 170px 25px 0px;
      max-width: 500px;
      margin-top: auto;
      margin-bottom: auto; }
      @media (max-width: 1200px) {
        .fs-split .split-content .split-content-vertically-center {
           padding: 30px 40px 40px 40px; } }
      @media (max-width: 800px) {
        .fs-split .split-content .split-content-vertically-center {
          padding: 30px 40px 40px 40px;
          margin-top: 0px; } }

a.gt-logo a:hover {
      border-bottom: 0;
      border:none;
      text-transform: none;
      text-decoration: none;
}

a.gt-logo {
      border-bottom: 0;
      border:none;
      text-transform: none;
      text-decoration: none;
}

.split-intro {
    font-weight: 400;
    font-family: Calendas;
    font-size: 19px;
    line-height: 1.3em; 
  }

  .split-intro h1 {
    font-weight: 500;
    font-family: PT Serif;
    /* text-transform: uppercase; */
    font-size: 29px;
    line-height: 1.3em;
    margin-bottom: 0px;
    letter-spacing: 0.4px;
    color: #333;
  }

  .ncgold {
    text-transform: none;
    font-weight: 700;
    color: #CEB783;
  }

  .brands{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    color: #a9a9a9;
    line-height: 1.3em;

  }

.split-imprint {
    font-weight: 100;
    font-family: PT serif;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: 0;

  }

a.back{
  color: #848d96;
  text-transform: none;
  text-decoration: none;
}

.badge{
  position: absolute;
  top:0;
  left:1%;
  max-width: 500px;
}

.badge img{
  width:100px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
 -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
 box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}

@media (max-width: 800px) {
  .badge img{
    width:60px;}
  .badge{
    position: absolute;
    /*bottom: 45%; */
    left: 5%;
    top: 0%;
  }
  .split-copy{
  font-size: 27px !important;
  }
}




.split-copy{
  font-family: PT serif;
  font-size: 31px;
  line-height: 1.4em;
  font-weight: 400;
}


.split-sep-top{
    width: 10%;
    border: none;
    border-bottom: 2px solid #d6d6d6;
    margin: 20px 0 20px 0;
}


  .split-intro .tagline {
    color: #8C8C8C;
    font-family: PT Serif;
    font-size: 17px;
    letter-spacing: 0; }

.split-bio {
  padding: 50px 0 20px 0;
  font-family: 'Lora', serif; }

  @media (max-width: 1200px) {
    .split-bio {
      padding: 30px 0; } }

  @media (max-width: 800px) {
    .split-bio {
      padding: 20px 0; } }

  .split-bio p {
    color: #848d96; }

  .split-bio a {
    color: #848d96;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    border-bottom: 0px dotted #848d96; }
    .split-bio a:hover {
      color: #CEB783;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s;
      border-bottom: 1px dotted #CEB783; }

.split-lists .split-list {
  width: 30%;
  display: inline-block;
  margin-bottom: 40px; }
  @media (max-width: 500px) {
    .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;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s; }
      .split-lists .split-list ul li a:hover {
        color: #CA486d;
        -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s; }

.split-credit {
  opacity: 0.7; }

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

.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%; }

