/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
GENERAL
*********************/

body {
    background-color: rgb(255,255,255);
    font-family: 'till', 'Palatino', times, serif;
}

html {
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


  ::-moz-selection { /* Code for Firefox */
      color: black;
      background: rgb(239, 87, 69, 0.2);
  }

  ::selection {
      color:black;
      background: rgb(239, 87, 69, 0.2);
  }

  :focus {
      outline: -webkit-focus-ring-color auto 0px;
  }



  /*********************
  TYPO
  *********************/

  @font-face {
      font-family: 'bluu';
      src: url('fonts/bluunext-bold-webfont.woff2') format('woff2'),
           url('fonts/bluunext-bold-webfont.woff') format('woff'),
           url('fonts/bluunext-bold.ttf') format('truetype'),
           url('fonts/bluunext-bold-webfont.svg#bluu_nextbold') format('svg');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'bluu';
      src: url('fonts/bluunext-bolditalic-webfont.woff2') format('woff2'),
           url('fonts/bluunext-bolditalic-webfont.woff') format('woff'),
           url('fonts/bluunext-bolditalic.ttf') format('truetype'),
           url('fonts/bluunext-bolditalic-webfont.svg#bluu_nextbold_italic') format('svg');
      font-weight: normal;
      font-style: italic;

  }

  @font-face {
      font-family: 'gc16';
      src: url('fonts/gc16-Mono.woff2') format('woff2'),
           url('fonts/gc16-Mono.woff') format('woff'),
           url('fonts/gc16-Mono.otf') format('otf');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'gc16';
      src: url('fonts/gc16-SemiBold.woff2') format('woff2'),
           url('fonts/gc16-SemiBold.woff') format('woff'),
           url('fonts/gc16-SemiBold.otf') format('otf');
      font-weight: bold;
      font-style: normal;
  }

  @font-face {
      font-family: 'till';
      src: url('fonts/Till-Normal.woff2') format('woff2'),
           url('fonts/Till-Normal.woff') format('woff'),
           url('fonts/Till-Normal.otf') format('otf'),
           url('fonts/Till-Normal.ttf') format('truetype');

      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'happy';
      src: url('fonts/happy-times-at-the-ikob_italic.otf') format('otf');
      font-weight: 400;
      font-style: italic;
  }


    @font-face {
        font-family: 'happy';
        src: url('fonts/happy-times-at-the-ikob.otf') format('otf');
        font-weight: 400;
        font-style: normal;
    }



  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
      text-decoration: none; }

  h1, h2, h3, h4, h5, h6, p {
      font-family: 'till', 'Palatino', times, serif;
      font-weight: normal;
    }


  h1 p {

    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1.3;
    color: #5200ff;
  }

p {

  font-size: 1.3rem;
  line-height: 1.3;
  color: #5200ff;
}

.support p {
  font-size: 0.7rem;

}

.support {
  margin-top: 2rem;
}

  @media only screen and (min-width: 64em) {
    p {

      font-size: 2rem;
      line-height: 1.2;
      color: #5200ff;
    }

    h1 p {

      font-size: 6rem;
      text-transform: uppercase;
      line-height: 1.3;
      color: #5200ff;
    }

    .support p {
      font-size: 0.9rem;
    }

  }
  /*********************
  LINK
  *********************/
  /*
    a {
      color: black;
      -webkit-transition: color .25s ease-out,color .25s ease-out;
    transition: color .25s ease-out,color .25s ease-out;
    }
   */


    a {
      color: red;
      font-weight: normal;
      -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    font-family: helvetica;
    font-size: 1rem;
    }



    a:link, a:visited:link, a:visited {
    color: red;

    }

  /*
    a:hover{
    color: black;
     border-bottom: 3px solid black;
    -webkit-transition: color .25s ease-out,color .25s ease-out;
    transition: color .25s ease-out,color .25s ease-out;
    }
  */


    a:hover {
      -ms-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);

    }

  /*
  -webkit-transition: font-weight .25s ease-out,font-weight .25s ease-out;
  transition: font-weight .25s ease-out,font-weight .25s ease-out;
  */

  /*
      a:hover{
    color: black;
    text-shadow: 1px 1px 40px yellow;
    -webkit-transition: text-shadow .25s ease-out,text-shadow .25s ease-out;
    transition: text-shadow .25s ease-out,text-shadow .25s ease-out;
    }
    */

  @media only screen and (min-width: 64em) {
    a {
      color: black;
      font-size: 1.5rem;
    }



  }
  /*********************
  CONTAINER
  *********************/

.content {
  min-height: 100vh;

}

.inner-content {
  padding-right: 0%;
  margin-bottom: 2rem;
}

  @media only screen and (min-width: 64em) {
    .inner-content {
      padding-right: 50%;
        margin-bottom: 0rem;
    }

  }

  /*********************
  HOME
  *********************/


  .overlay{
  background: transparent;
  display: block;
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 0;
  }


/*
.overlay img {
  width: 70%;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 25%;
  margin-right: -25%;
  transform: translate(-25%, -50%);
  -webkit-transition: transform .25s ease-in-out,transform .25s ease-in-out;
transition: transform .25s ease-in-out,transform .25s ease-in-out;
}
*/


.overlay img {
  width: auto;
  height: 80vh;
  position: relative;
  margin-left: 18%;
  margin-top: 10vh;
  -webkit-transition: transform .25s ease-in-out,transform .25s ease-in-out;
  transition: transform .25s ease-in-out,transform .25s ease-in-out;
}


/*
.overlay img:hover {
  -ms-transform: skewY(15deg);
-webkit-transform: skewY(15deg);
transform: skewY(15deg);
-webkit-transition: transform .25s ease-in-out,transform .25s ease-in-out;
transition: transform .25s ease-in-out,transform .25s ease-in-out;
}
*/






.block {
  min-height: auto;
}

#block-1 {
  cursor: s-resize;
}

.block-item {
padding: 2rem 2rem 0rem 2rem;
}

  @media only screen and (min-width: 64em) {

    .block {
      min-height: 100vh;
      display: block;
position: relative;
width: 100%;
height: 100vh;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
text-align: center;

    }

    .block-item {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      padding: 2rem;
    }



  }


  /*********************
  CONTACT
  *********************/
  .overlay-contact{
    background: transparent;
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    text-align: center;
  }

  .overlay-text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }


    /*********************
    MENU RIGHT
    *********************/
.right-bar {
  transform: rotate(-90deg) translateY(-100%);
-ms-transform: rotate(-90deg) translateY(-100%);
-ms-transform-origin: right top;
-webkit-transform: rotate(-90deg) translateY(-100%);
-webkit-transform-origin: right top;
vertical-align: center;
position: fixed;
top: 0;
right: 0;
z-index: 2;
width: 100vh;

}



/*********************
MENU
*********************/
/*
.top-bar {
    background: white;
    background: linear-gradient(white, transparent);
    z-index: 1;
}
*/



.top-bar {
  background: white; /* For browsers that do not support gradients */
background: linear-gradient(white, transparent); /* Standard syntax (must be last) */
    z-index: 1;
    position:fixed;
}


.top-bar ul {
    background-color: transparent;
}

#home-body .top-bar {
     background: transparent;
         z-index: 1;
}



/*
    .menu>li>a {

        padding: 0.2rem 0.4rem;
        line-height: 1.2;
        font-size: 0.9rem;
        letter-spacing: 0px;
        border-bottom: 0px;
    }*/

  .menu>li>a {

        padding: 0.2rem 0.4rem;
        line-height: 1.2;
        font-size: 1rem;
        letter-spacing: 1px;
        border-bottom: 0px;
        text-transform: uppercase;
    }

  .menu>li>a:hover {
    color: red;
    border-bottom: 0px;
  }


  .menu .active>a {
      background: transparent;
      color: red;
  }

    .top-bar {
      width: 100%;

    }


#logo-type {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}



.small #logo-type {
      font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.top-bar-right {
  float: right;
  text-align: right;
}

@media only screen and (min-width: 40em) {
  .top-bar-right {
    float: right;
    text-align: right;
  }
}

@media only screen and (min-width: 64em) {




   .menu>li>a {
padding: 0.4rem 0.8rem;
font-size: 1.4rem;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 400;
    }

}



/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

/*
.entry-content img {
  max-width: 100%;
  height: auto; }*/

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

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

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 0; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
