/*
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.
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");
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: #000000; }

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

.fs-split {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 950px) {
    .fs-split {
      height: auto;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .fs-split .split-image {
        width: 50%;
        height: 100vh;
        display: flex;
        align-items: center;}
        @media (max-width: 950px) {
          .fs-split .split-image {
            height: auto;
            width: 100%; } }
    
        .project-img {
          width: 700px;
          height:700px;
          margin: auto;
          background-image: url("../../images/background.jpg");
          background-position: center center;
          background-size: cover; }
          @media (max-width: 1410px) {
            .project-img {
              width: 450px;
              height:450px;
              margin: auto;
              background-image: url("../../images/background.jpg");
              background-position: center center;
              background-size: cover; } }
          @media (max-width: 950px) {
            .project-img {
              width: 450px;
              height:450px;
              margin-left: auto;
              margin-right: auto;
              margin-top: 50px;
              background-image: url("../../images/background.jpg");
              background-position: center center;
              background-size: cover; } }
          @media (max-width: 455px) {
            .project-img {
              width: 300px;
              height:300px;
              margin-left: auto;
              margin-right: auto;
              margin-top: 50px;
              background-image: url("../../images/background.jpg");
              background-position: center center;
              background-size: cover; } }

  .fs-split .split-content {
    text-align: center;
    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: 950px) {
      .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; }
      @media (max-width: 950px) {
        .fs-split .split-content .split-content-vertically-center {
          padding: 60px; } }

.split-intro {
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: -2px; }
@media (max-width: 950px) {
  .split-intro {
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -2px; }}
@media (max-width: 455px) {
  .split-intro {
    font-weight: 600;
    font-size: 40px;
    line-height: 80px;
    letter-spacing: -2px; }}

  .split-intro h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    color: #47bec7; }
  .split-intro .tagline {
    color: #CCCCCC;
     }

.split-lists {
	margin-top: 60px;
}

.split-lists .split-list {
  width: 30%;
  display: inline-block;
  margin-bottom: 40px; }
  @media (max-width: 455px) {
    .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.4; }
  .split-credit p {
    font-size: 12px;
    line-height: 14px; }
    .split-credit p a {
      color: #848d96; }


/* -- CODE ZONE -- */

.noDisplay {
	display: none;
}

.Display {
	display: block;
}

#codezone {
	margin-top : 40px;
	background-color: #000000;
	border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
  border: 3px solid #47bec7;
	padding: 20px;
	text-align: center;
	color: #CCCCCC;
}

#codezone h1 {
	font-weight: 400;
    	font-size: 24px;
    	line-height: 24px;
    	margin-bottom: 20px;
    	letter-spacing: 0.4px;
    	color: #CCCCCC;

}

#dd_form input[type="text"] {
	height: 50px;
	margin-top: 30px;
	border: 3px solid #47bec7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 20px;
	color: #000;
}

#dd_form input[type="submit"] {
	margin-top: 15px;
	background-color: #CCCCCC;
  	border: 3px solid #47bec7;
	border-radius: 4px;
  	color: #000;
  	padding: 10px 16px;
  	text-decoration: none;
  	cursor: pointer;
}

#dd_form input[type="radio"] {
	margin-right: 10px;
	background-color: #FF0000;
  	color: #47bec7;
}

#contact {
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
}

#contact a {
	text-decoration: none;
	color: #CCCCCC;
}

#contact a:hover {
	text-decoration: none;
	color: #CA486d;
}

#formataudio {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
	color: #CCCCCC;
}

#code_result {

	margin-top: 0px;
	text-align: center;
	font-size: 20px;
	color: #FF0000;
}

#message {
	margin-top : 40px;
	margin-bottom : 20px;
	background-color: #000000;
	border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
	border-style: solid;
	border-width: medium;
	border-color: #47bec7;
	padding: 20px;
	text-align: center;
	color: #CCCCCC;
}

#message h1 {
	color: #CA486d;
	margin-bottom: 15px;
}

#alertzip_message {
	font-size: 15px;
	line-height: 20px;
	color: #CCCCCC;
}

#alertzip_message a {
	font-size: 15px;
	line-height: 20px;
	color: #47bec7;
}

#alertzip_message a:hover {
	font-size: 15px;
	line-height: 20px;
	color: #CA486d;
}
