/*
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: #CCCCCC; }

.general-info-text {
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 3px solid #ff0000;
}

body.page-template-page-fullsingle-split .general-info-text p {
  color: #ff0000;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;}

.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-position: center center;
          background-size: cover; }
          @media (max-width: 1410px) {
            .project-img {
              width: 450px;
              height:450px;
              margin: auto;
              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-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-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: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    color: #47bec7; }
  .split-intro .tagline {
    color: #CCCCCC;
     }

.split-logos {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
  
.split-logos a:hover img {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

.split-links {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.split-links a {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 12px;
  color: #848d96;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
.split-links a:hover {
  color: #CCCCCC;
  -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s; }

.modules {
  margin-top: 0px;
}

.modules .module {
  margin: 0px auto;
  font-size: 13px;
  line-height: 13px;
  border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
  border: 3px solid #47bec7;
	padding: 20px;
}
  @media (max-width: 455px) {
    .modules .module {
      flex-direction: column;
      margin-bottom: 20px;
    } }

#newsletterForm {
  display: flex;
  justify-content: center;
  align-items: center;
}
  @media (max-width: 455px) {
    #newsletterForm {
      flex-direction: column;
      } }

#forcedNewsletterForm {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
  @media (max-width: 455px) {
    #newsletterForm {
      flex-direction: column;
      } }

.split-credit {
  opacity: 0.4;
  margin-top: 20px;
}
  .split-credit p {
    font-size: 12px;
    line-height: 14px; }
    .split-credit p a {
      color: #CCCCCC; }
      .split-credit p a:hover {
        color: #FFFFFF; }


/* -- CODE ZONE -- */

.no-display {
	display: none;
}

.display {
	display: block;
}

#codeZone {
	margin-top : 40px;
  margin-bottom : 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;
}

#codeZone h2 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #47bec7;
  text-decoration: underline;
}

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

.submit {
	margin-top: 15px;
	background-color: #CCCCCC;
  border: 3px solid #47bec7;
	border-radius: 4px;
  color: #000;
  padding: 10px 16px;
  text-decoration: none;
  cursor: pointer;
}

.submit:hover {
  border-radius: 4px;
  background-color: #DDDDDD;
}

.downloadZone {
  font-size: 15px;
  margin-bottom: 25px;
}

.downloadZone .audio_format_label {
  font-size: 12px;
}

.downloadZone .radio {
	margin-bottom: 10px;
  font-size: 15px;
  line-height: 15px;
	color: #CCCCCC;
}

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

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

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

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

#legal {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

#legal h2 {
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline;
  line-height: 20px;
}
#legal h3 {
  font-weight: bold;
  color: #FFFFFF;
}

#legal li {
  list-style: square;
}

#legal p li {
  list-style: square;
  color: #CCCCCC;
}

#code_result {
  width: 300px;
	margin: 0px auto;
	text-align: center;
	font-size: 20px;
	color: #FF0000;
}

#message {
	margin-top : 20px;
	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: 12px;
	line-height: 12px;
	color: #CCCCCC;
}

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

#alertzip_message a:hover {
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
}

#info-text {
	font-size: 15px;
	line-height: 20px;
	color: #47bec7;
  margin-bottom: 20px;
}

#code-info {
	font-size: 15px;
	line-height: 20px;
	color: #CCCCCC;
  margin-bottom: 20px;
}

#code-info .reminder {
  font-size: 12px;
}

.dl-message {
	color: #47bec7;
  font-size: 12px;
}

.btn-download {
  border-radius: 4px;
  background-color: #CCCCCC;
  border: 3px solid #47bec7;
  font-size: 15px;
  padding: 10px 18px;
  margin: 10px 0px;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.2s;
}

.btn-download:hover {
  border-radius: 4px;
  background-color: #DDDDDD;
}

legend {
  font-size: 14px;
}

.newsletter_title {
  flex-grow: 1;
  flex-basis: 30%;
  margin-right: 15px;
  color: #47bec7;
}
  @media (max-width: 455px) {
    .newsletter_title {
      margin-right: 0px;
    } }

.newsletter_form input[type="email"] {
  flex-grow: 1;
	height: 30px;
  margin-right: 15px;
	border: 1px solid #555555;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	color: #000;
}
  @media (max-width: 455px) {
    .newsletter_form input[type="email"] {
      margin: 10px 0px 0px 0px;
    } }

.newsletter_form .btn-subscription {
  flex-grow: 1;
  border-radius: 4px;
  background-color: #CCCCCC;
  border: 2px solid #47bec7;
  font-size: 12px;
  padding: 5px 15px;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.2s;
}
  @media (max-width: 455px) {
    .newsletter_form .btn-subscription {
      margin: 10px 0px;
    } }

.newsletter_form .btn-subscription:hover {
border-radius: 4px;
background-color: #DDDDDD;
}

#newsletterMsg {
  font-size: 12px;
}

#forcedNewsletter {
  margin: 0px auto;
  font-size: 13px;
  line-height: 13px;
	padding: 20px;
}
  @media (max-width: 455px) {
    #forcedNewsletter {
      flex-direction: column;
      margin-bottom: 20px;
    } }

#newsletterDecline a {
  text-align: center;
	font-size: 10px;
	color: #CCCCCC;
  text-decoration: none;
}

#newsletterDecline a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#error_page_return_link {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 16px;
}

#error_page_return_link a {
  text-decoration: underline;
  color: #848d96;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
}

#error_page_return_link a:hover {
  color: #FFFFFF;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
}