@charset "UTF-8";
/*
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 -- */
@import url("https://fonts.googleapis.com/css?family=Caveat:400,500");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,700");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
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 -- */
@keyframes fadein {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes splash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

html {
  background-color: #061C30;
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #848d96;
}

body > div.splash {
  background: black;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  animation: fadeout 1s linear 1s forwards;
}

body > div.splash p {
  color: white;
  font-size: 2em;
  opacity: 0;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: splash 1s;
}

body.page-template-page-fullsingle-split {
  background-color: #061C30;
  font-family: Quicksand, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
  letter-spacing: -0.2px;
  color: #848d96;
}

body.page-template-page-fullsingle-split p {
  color: #848d96;
}

.fs-split {
  width: 100vw;
  height: 100vh;
  display: flex;
}

@media (max-width: 800px) {
  .fs-split {
    height: auto;
    flex-wrap: wrap;
  }
}

.fs-split div.texture {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  background-image: url("../../images/bg-pattern.png");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
}

.fs-split aside {
  max-width: 638px;
  width: 20%;
  height: 100vh;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.65;
  z-index: 5;
}

@media (max-width: 800px) {
  .fs-split aside {
    height: 80vh;
    width: 100%;
    display: none;
  }
}

.fs-split aside.photo {
  background-image: url("../../images/sidebar.jpg");
}

.fs-split aside.photo-404 {
  background-image: url("../../images/sidebar-404.jpg");
}

.fs-split .split-content {
  width: 80%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  z-index: 10;
}

@media (max-width: 800px) {
  .fs-split .split-content {
    width: 100%;
    height: auto;
  }
}

.fs-split .split-content .split-content-vertically-center {
  padding: 80px;
  max-width: 640px;
  margin-top: auto;
  margin-bottom: auto;
  overflow-x: hidden;
}

@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;
  }
}

header h1, header h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: -2px;
}

header h1 {
  font-family: Caveat, "Brush Script MT", cursive, seriff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 16px;
  margin-bottom: 40px;
  letter-spacing: 0.4px;
  color: #47bec7;
}

header h2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
  color: #CCCCCC;
}

header a {
  font-size: 1em;
  color: #848d96;
  transition: 0.5s;
}

header a:hover {
  color: #ff0000;
  transition: 0.2s;
}

section {
  padding: 40px 0 40px 0;
  font-family: Quicksand, Tahoma, sans-serif;
}

@media (max-width: 1200px) {
  section {
    padding: 30px 0;
  }
}

@media (max-width: 800px) {
  section {
    padding: 20px 0;
  }
}

section h3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

section p {
  color: #848d96;
  margin-bottom: 0.5rem;
}

section p.signature {
  font-family: Caveat, "Brush Script MT", cursive, seriff;
}

section em {
  text-decoration: underline;
}

section a {
  color: #848d96;
  transition-duration: 0.5s;
  border-bottom: 1px dotted #848d96;
}

section a:hover {
  color: #ff0000;
  transition-duration: 0.2s;
  border-bottom: 1px dotted #ff0000;
}

nav.links {
  display: flex;
  flex-wrap: wrap;
}

nav.links .split-list {
  width: 30%;
  flex-grow: 1;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  nav.links .split-list {
    width: 90%;
  }
}

nav.links .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;
}

nav.links .split-list ul li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 12px;
}

nav.links .split-list ul li a {
  color: #848d96;
  transition-duration: 0.5s;
}

nav.links .split-list ul li a:hover {
  color: #ff0000;
  transition-duration: 0.2s;
}

.material-icon-prefix.rss-feed::before {
  font-family: 'Material Icons';
  vertical-align: bottom;
  content: " ";
}

.material-icon-prefix.contact-mail::before {
  font-family: 'Material Icons';
  vertical-align: bottom;
  content: " ";
}

.material-icon-prefix.phone::before {
  font-family: 'Material Icons';
  vertical-align: bottom;
  content: " ";
}

.material-icon-prefix.group-add::before {
  font-family: 'Material Icons';
  vertical-align: bottom;
  content: " ";
}

.material-icon-prefix.code::before {
  font-family: 'Material Icons';
  vertical-align: bottom;
  content: " ";
}

.material-icon-prefix.mode-comment::before {
  font-family: 'Material Icons';
  vertical-align: bottom;
  content: " ";
}

.material-icon-prefix.business::before {
  font-family: 'Material Icons';
  vertical-align: bottom;
  content: " ";
}

footer {
  opacity: 0.4;
  font-size: 12px;
  line-height: 14px;
}

footer a {
  color: #848d96;
  transition: 0.5s;
}

footer a:hover {
  color: #fff;
  transition: 0.2s;
}

footer small {
  float: right;
  font-size: 75%;
}
