/*
* Based on Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    /* margin: 1em 40px; */
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/*
* Based on Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


.wrapper {
    margin: 0 auto;
    max-width: 2000px;
    position: relative;
    background: #efebe4;
}

.left-column {
    display: none;
}

.site-main {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .left-column {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: -1;
    }

    .site-main {
        width: 80%;
        margin: 0 10%;
        box-sizing: border-box;
    }

}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 20px;
    box-sizing: border-box;
    -webkit-animation: fadein 1s linear .1s both;
    animation: fadein 1s linear .1s both;
}

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

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.column,
.columns {
    width: 100%;
    float: right;
    box-sizing: border-box;
}

@media (min-width: 400px) {
    .container {
        width: 84%;
        padding: 5rem 0;
    }
}

@media (min-width: 1000px) {
    .container {
        width: 80%;
        margin: 0px 10%;
    }

    .column,
    .columns {
        margin-right: 4%;
    }

    .column:first-child,
    .columns:first-child {
        margin-right: 0;
    }

    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }

    .two.columns {
        width: 13.3333333333%;
    }

    .three.columns {
        width: 22%;
    }

    .four.columns {
        width: 30.6666666667%;
    }

    .five.columns {
        width: 39.3333333333%;
    }

    .six.columns {
        width: 48%;
    }

    .seven.columns {
        width: 56.6666666667%;
    }

    .eight.columns {
        width: 65.3333333333%;
    }

    .nine.columns {
        width: 74.0%;
    }

    .ten.columns {
        width: 82.6666666667%;
    }

    .eleven.columns {
        width: 91.3333333333%;
    }

    .twelve.columns {
        width: 100%;
        margin-right: 0;
    }

    .one-third.column {
        width: 30.6666666667%;
    }

    .two-thirds.column {
        width: 65.3333333333%;
    }

    .one-half.column {
        width: 48%;
    }

    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-right: 8.66666666667%;
    }

    .offset-by-two.column,
    .offset-by-two.columns {
        margin-right: 17.3333333333%;
    }

    .offset-by-three.column,
    .offset-by-three.columns {
        margin-right: 26%;
    }

    .offset-by-four.column,
    .offset-by-four.columns {
        margin-right: 34.6666666667%;
    }

    .offset-by-five.column,
    .offset-by-five.columns {
        margin-right: 43.3333333333%;
    }

    .offset-by-six.column,
    .offset-by-six.columns {
        margin-right: 52%;
    }

    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-right: 60.6666666667%;
    }

    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-right: 69.3333333333%;
    }

    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-right: 78.0%;
    }

    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-right: 86.6666666667%;
    }

    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-right: 95.3333333333%;
    }

    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-right: 34.6666666667%;
    }

    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-right: 69.3333333333%;
    }

    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-right: 52%;
    }

}


html {
    font-size: 62.5%;
}

body {
    font-size: 1.5em; /* chrome bug fix */
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    background: #d1cabf;
    color: #444;
}

img {
    max-width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 1;
}

h1 {
    font-size: 3.6rem;
    letter-spacing: .05rem;
    margin-bottom: 5rem;
    margin-top: 4px;
}

h2 {
    font-size: 3.2rem;
    letter-spacing: .05rem;
}

h3 {
    font-size: 2.8rem;
    letter-spacing: .04rem;
}

h4 {
    font-size: 2.2rem;
    letter-spacing: .04rem;
    padding-top: 2rem;
}

h5 {
    font-size: 1.8rem;
    letter-spacing: .03rem;
}

h6 {
    font-size: 1.5rem;
    letter-spacing: .03rem;
}

@media (min-width: 550px) {
    h1 {
        font-size: 3.8rem;
        letter-spacing: .1rem;
    }

    h2 {
        font-size: 3.6rem;
        letter-spacing: .1rem;
    }

    h3 {
        font-size: 3.0rem;
        letter-spacing: .1rem;
    }

    h4 {
        font-size: 2.4rem;
        letter-spacing: .08rem;
    }

    h5 {
        font-size: 1.8rem;
        letter-spacing: .05rem;
    }

    h6 {
        font-size: 1.5rem;
        letter-spacing: .05rem;
    }
}

p {
    margin-top: 0;
    letter-spacing: .05rem;
}

strong {
    font-weight: 600;
}

a {
    color: #444;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    transition: .4s ease-in-out;
}

p a {
    box-shadow: 0px 2px 0px 0px #444;
    transition: box-shadow .2s ease-in-out;
}

p a:hover {
    box-shadow: 0px 4px 0px 0px #444;
}


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    display: inline-block;
    height: 38px;
    padding: 0 15px;
    color: #555;
    text-align: center;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    transition: .4s;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #efebe4;
    background-color: #f05624;
    border: 0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #efebe4;
    background-color: #444444;
    border: 0;
}


input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    height: 38px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #efebe4;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    transition: .5s;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #f05624;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label > .label-body {
    display: inline-block;
    margin-right: .5rem;
    font-weight: normal;
}

input::-webkit-input-placeholder {
    line-height: 2.5rem;
}


ul {
    list-style: disc inside;
}

ol {
    list-style: decimal inside;
}

ol, ul {
    padding-right: 0;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 3rem 1.5rem 0;
    font-size: 90%;
}

li {
    margin-bottom: 1rem;
}


table {
    margin-top: 50px;
    width: 100%;
    max-width: 760px;

}

th,
td {
    width: 14.28%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #dfdfdf;
}

th {
    background: rgba(255, 255, 255, .5);
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

td {
    background: rgba(255, 255, 255, .2);
}

th:first-child,
td:first-child {
    padding-right: 0;
}

th:last-child,
td:last-child {
    padding-left: 0;
}


button,
.button {
    margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2.5rem;
}
form h4 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: left;
}

.u-pull-left {
    float: right;
}


hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #444;
}


.site-main:after,
.container:after,
.row:after,
.clear:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}


.menu ul li a.color-1 {
    border-top: 7px solid #f05624;
}



.menu ul li a.color-2 {
    border-top: 7px solid #f6b8d1;
}

.menu ul li a.color-3 {
    border-top: 7px solid #304875;
}

.menu ul li a.color-4 {
    border-top: 7px solid #53bfa9;
}

.menu ul li a.color-5 {
    border-top: 7px solid #fdbf4d;
}

.menu ul li a:hover {
    border-top: 2px solid #f05624;
}
.box.color-1 {
    width: 100%;
    height: 4.4rem;
    border-right: 10px solid #f05624;
    border-left: 10px solid #f05624;

    margin: 30rem 0 1.5rem;
    box-sizing: border-box;
}

.box.color-2 {
    width: 100%;
    height: 3.7rem;
    border-right: 10px solid #f6b8d1;
    border-left: 10px solid #f6b8d1;
    margin-bottom: 1.5rem;
    margin-right: 0;
    box-sizing: border-box;
}

.box.color-3 {
    width: 100%;
    height: 10rem;
    border-right: 10px solid #304875;
    border-left: 10px solid #304875;
    margin-bottom: 1.5rem;
    margin-right: 0;
    box-sizing: border-box;
}

.box.color-4 {
    width: 100%;
    height: 4rem;
    border-right: 10px solid #53bfa9;
    border-left: 10px solid #53bfa9;
    margin-bottom: 1.5rem;
    margin-right: 0;
    box-sizing: border-box;
}

.box.color-5 {
    width: 100%;
    height: 5.7rem;
    border-right: 10px solid #fdbf4d;
    border-left: 10px solid #fdbf4d;
    margin-right: 0;
    box-sizing: border-box;
}

.orange {
    color: #f05624;
}
.no-planet-b a img {
    width: 19px;
}

header {
    height: 60px;
    background: #efebe4;
    align-items: center;
    display: flex;
    align-items: center;
}

.totem {
    display: none;
}

.no-planet-b a {
    display: none;
}

.menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
}

.logo-h {
    float: right;
    width: 130px;
    /* height: 40px; */
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.logo-h a {
    display: block;
    border-bottom: 0;
    /* width: 130px; */
    /* height: 40px; */
}

.hamburger {
    width: 20px;
    height: 20px;
    margin: 20px 20px;
    float: left;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
    background: #efebe4;
    text-align: center;
    overflow-x: hidden;
    transition: 0.5s;
}

.menu ul {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -13rem -5rem 0 0;
}

.menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 2.2rem;
}
.main-c-form {
    /* max-width: 500px; */
    margin: auto;
    text-align: right;
    direction: rtl;
    border-radius: 8px;
    /* border: 1px solid #dddbd5; */
    /* background: #e9e5dd; */
    /* padding: 30px; */
}
form.wpcf7-form {
    border: 1px solid #dddbd5;
    background: #e9e5dd;
    padding: 30px;
    margin-top: 15px;
}

.submit-btn > p {
    text-align: center;
}
.main-c-form input, .main-c-form textarea {
    background: #f1efeb;
    width: 100%;
    resize: none;
    border: 1px solid #ceccc6;
    border-radius: 4px;
}
.menu ul li a {
    font-size: 2rem;
    margin-left: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 1.6rem;
    letter-spacing: .05rem;
    border: 0;
    font-weight: 700;
    color: #444;
}

.menu ul li a:hover {
    border-top: 1px solid #333;
}

.menu .close {
    display: inline-block;
    width: 40px;
    cursor: pointer;
}

@media screen and (min-width: 400px) {

    .logo-h {
        /* margin: 20px 8%; */
    }

    .hamburger {
        margin: 20px 4%;
    }
}

@media screen and (min-width: 1000px) {


    .menu ul li a.color-1 {
        border-top: 11px solid #f05624;
    }



    .menu ul li a.color-2 {
        border-top: 11px solid #f6b8d1;
    }

    .menu ul li a.color-3 {
        border-top: 11px solid #304875;
    }

    .menu ul li a.color-4 {
        border-top: 11px solid #53bfa9;
    }

    .menu ul li a.color-5 {
        border-top: 11px solid #fdbf4d;
    }

    header {
        height: 44px;
    }

    .totem {
        display: block;
        width: 10%;
        position: absolute;
        top: 0;
        right: 0;
        box-sizing: border-box;
        padding: 0 1rem;
        text-align: center;
    }

    .logo {
        position: relative;
        margin: 50px auto 0;
        width: 100%;
        max-width: 43px;
    }

    .logo img, .logo span {
        position: absolute;
        right: 0;
        font-size: 40px;
        width: 50px;
        text-align: center;
    }

    @-webkit-keyframes letter-m {
        from {
            top: -250px;
        }
        to {
            top: 0;
        }
    }

    @keyframes letter-m {
        from {
            top: -250px;
        }
        to {
            top: 0;
        }
    }

    .letter-m {
        top: -250px;
        -webkit-animation: letter-m .4s linear .8s forwards;
        animation: letter-m .4s linear .8s forwards;
    }

    @-webkit-keyframes letters {
        0% {
            top: -250px;
        }
        85% {
            top: 4px;
        }
        100% {
            top: 0;
        }
    }

    @keyframes letters {
        0% {
            top: -250px;
        }
        85% {
            top: 4px;
        }
        100% {
            top: 0;
        }
    }

    .letter-e {
        top: -250px;
        -webkit-animation: letters .4s ease-out 1.1s forwards;
        animation: letters .4s ease-out 1.1s forwards;
    }

    .letter-t2 {
        top: -250px;
        -webkit-animation: letters .4s ease-out 1.2s forwards;
        animation: letters .4s ease-out 1.2s forwards;
    }

    .letter-o {
        top: -250px;
        -webkit-animation: letters .4s ease-out 1.3s forwards;
        animation: letters .4s ease-out 1.3s forwards;
    }

    .letter-t {
        top: -250px;
        -webkit-animation: letters .4s ease-out 1.5s forwards;
        animation: letters .4s ease-out 1.5s forwards;
    }

    .no-planet-b a {
        display: flex;
        position: absolute;
        right: 10%;
        margin-right: 0;
        top: 15px;
        font-family: 'Rubik', sans-serif;
        font-size: 1.6rem;
        z-index: 1;
        border: 0;
        font-weight: 400;
        box-shadow: 0px 0px 0px 0px #444;
        transition: box-shadow .3s ease-in-out;
        font-weight: 700;
        align-items: center;
    }

    .no-planet-b a:hover {
        box-shadow: 0px 4px 0px 0px #444;
    }

    .logo-h {
        display: none;
    }

    .overlay {
        height: 50px;
        background-color: transparent;
        position: static;
        text-align: left;
        overflow-x: inherit;
    }

    .menu {
        position: absolute;
        left: 0;
        height: 40px;
        top: 15px;
        padding-left: 10%;
        box-sizing: border-box;
    }

    .menu ul {
        position: static;
        margin: 0;
    }

    .menu ul li {
        display: inline;
        margin-right: 1.5rem;

    }

    .menu ul li a {
        padding-top: 8px;
    }

    .hamburger {
        display: none;
    }

    .menu .close {
        display: none;
    }

}
input.wpcf7-submit {
    background: #e3ddd4 !important;
    max-width: 140px;
    margin: auto;
    border: 1px solid #ceccc6;
    border-radius: 30px;
}

.container.slide {
    padding: 0;
}

.slider {
    width: 100%;
    height: auto;
    overflow: auto;
}


@media screen and (min-width: 1000px) {
    .slider {
        width: 100%;
        height: 584px;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 16px;
    }
}


footer {
    position: relative;
    background: #d1cabf;
    box-sizing: border-box;
}

.spider {
    display: none;
}


footer ul {
    margin-bottom: 0;
}

footer ul li {
    list-style: none;
    margin-bottom: 5px;
}

footer nav ul li a {
    font-size: 2rem;
    font-family: 'Rubik', sans-serif;
    font-size: 1.6rem;
    letter-spacing: .05rem;
    font-weight: 400;
}

footer .newsletter {
    margin-top: 30px;
}

footer .newsletter h6 {
    margin-bottom: 6px;
}

footer form {
    letter-spacing: -4px;
}

footer form input {
    max-width: 150px;
}

footer .social ul li {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
}

footer .social ul li a {
    display: block;
    height: 25px;
}


.info {
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 20px; */
    text-align: center;
}

.info p {
    font-size: 1.1rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.info p a {
    font-weight: 400;
    box-shadow: none;
}

@media (min-width: 400px) {

    .info {
        /* right: 8%; */
    }
}


@media screen and (min-width: 1000px) {

    footer {
        padding: 0 10%;
        min-height: 100px;
    }

    .spider {
        display: block;
        position: absolute;
        top: 0;
        right: 5%;
        margin-right: -22px;
        width: 45px;
        height: 45px;

    }

    @keyframes spider-move {
        0% {
            height: 30px;
        }
        100% {
            height: 70px;
        }
    }

    .spider::before {
        display: block;
        content: "";
        width: 1px;
        height: 50px;
        background: #efebe4;
        margin-right: 20px;
        margin-bottom: -3px;
        animation: spider-move 3s ease-in-out infinite alternate;
    }

    footer nav ul li a {
        box-shadow: 0px 0px 0px 0px #444;
        transition: .3s ease-in-out;
    }

    footer nav ul li a:hover {
        box-shadow: 0px 4px 0px 0px #444;
    }

    footer .container {
        max-width: 10000px;
        width: 100%;
        margin-right: 0;
        padding: 33px;
    }

    footer .newsletter {
        margin-top: 105px;
    }

    footer .social {
        text-align: left;
        margin-top: 147px;
    }

    footer .social ul li {
        margin-left: 0;
        margin-right: 10px;
    }

    footer .info {
        margin-top: 0;
    }

    .info {
        /* right: 10%; */
    }

}


.eye {
    position: absolute;
    top: 30.3rem;
    right: 5%;
    margin-right: -28px;
    width: 55px;
    height: 40px;
    animation: eye-move 6s ease-in-out infinite alternate;
}

@keyframes eye-move {
    0% {
        top: 30.3rem;
    }
    100% {
        top: 59rem;
    }
}

.eye.about {
    top: 30.3rem;
    animation: eye-x-move 2s ease-in-out infinite alternate;
}

.eye.shop {
    top: 35.9rem;
    animation: eye-x-move 2s ease-in-out infinite alternate;
}

.eye.collab {
    top: 44.3rem;
    animation: eye-x-move 2s ease-in-out infinite alternate;
}

.eye.press {
    top: 52.7rem;
    animation: eye-x-move 2s ease-in-out infinite alternate;
}

.eye.contact {
    top: 59.1rem;
    animation: eye-x-move 2s ease-in-out infinite alternate;
}

@keyframes eye-x-move {
    0% {
        margin-right: -34px;
    }
    100% {
        margin-right: -22px;
    }
}


.bone {
    position: absolute;
    top: 70rem;
    right: 5%;
    margin-right: -32px;
    width: 65px;
    height: 15px;
    animation: bone-move 2s linear infinite alternate;
}

@keyframes bone-move {
    0% {
        margin-right: -28px;
    }
    100% {
        margin-right: -36px;
    }
}


.green-gem {
    position: absolute;
    top: 68.6rem;
    right: 5%;
    margin-right: -20px;
    width: 40px;
    height: 35px;
    animation: gem-move 2s linear infinite alternate;
}

@keyframes gem-move {
    0% {
        margin-right: -14px;
    }
    100% {
        margin-right: -26px;
    }
}


.fire {
    position: absolute;
    top: 67.8rem;
    right: 5%;
    margin-right: -20px;
    width: 40px;
    height: 55px;
    animation: fire-move 1s linear infinite alternate;
}

@keyframes fire-move {
    0% {
        transform: scale(1);
        transform-origin: center bottom;
    }
    10% {
        transform: scale(1.05);
        transform-origin: center bottom;
    }
    20% {
        transform: scale(1);
        transform-origin: center bottom;
    }
    30% {
        transform: scale(1.01);
        transform-origin: center bottom;
    }
    40% {
        transform: scale(1);
        transform-origin: center bottom;
    }
    50% {
        transform: scale(1.04);
        transform-origin: center bottom;
    }
    60% {
        transform: scale(1);
        transform-origin: center bottom;
    }
    70% {
        transform: scale(1.02);
        transform-origin: center bottom;
    }
    85% {
        transform: scale(1);
        transform-origin: center bottom;
    }
    100% {
        transform: scale(1.03);
        transform-origin: center bottom;
    }
}


.moon {
    position: absolute;
    top: 68.6rem;
    right: 5%;
    margin-right: -22px;
    width: 45px;
    height: 50px;
    animation: moon-move 2s ease-in-out infinite alternate;
}

@keyframes moon-move {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}


.hand {
    position: absolute;
    top: 68.4rem;
    right: 5%;
    width: 35px;
    margin-right: -17px;
    height: 50px;
    animation: hand-move 1.8s ease-in-out infinite alternate;
}

@keyframes hand-move {
    0% {
        transform: rotate(5deg);
        transform-origin: center bottom;
    }
    100% {
        transform: rotate(-5deg);
        transform-origin: center bottom;
    }
}


.lookbook-collab-title {
    position: relative;
    top: -40px;
}

.lookbook-text {
    width: 70%;
    margin-right: 25%;
    margin-top: 50px;
    text-align: left;
    font-size: 1.7rem;
}

.text-header {
    font-family: 'Rubik', sans-serif;
    font-size: 120%;
    line-height: 100%;
}

.lookbook img {
    margin: 4% auto 0;
    display: inline-block;
}

.lookbook .t-3 {
    margin-top: -24%;
}

.pink {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 40%;
    margin: 100px -20px 0 0;
    background-color: #f6b8d1;
}

.green {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 38%;
    margin: 790% -20px 0 0;
    background-color: #53bfa9;
}

.centre {
    text-align: center;
}

.lookbook .skull {
    display: none;
}

.shop-button-box {
    position: relative;
    display: inline-block;
    padding: 60px;
    background: #304875;
    margin: 50px auto 0;
}

span.letter-o {
    margin-top: 40px !important;
    color: #f6b8d1;
}

span.letter-t2 {
    margin-top: 80px !important;
    color: #304875;
}

span.letter-e {
    margin-top: 120px !important;
    color: #54c0a9;
}

span.letter-m {
    margin-top: 180px !important;
    color: #febe4d;
}

.shop-button {
    display: inline-block;
    padding: 10px 40px;
    background: #efebe4;
    border: 1px solid #333;
    color: #333;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.shop-button:hover {
    border: 1px solid #333;
    background: #f5f5f5;
}

.shop-fire {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -15px;
    width: 40px;
    height: 55px;
    animation: fire-move 1s linear infinite alternate;
}
a:visited {
    color: #444;
}


.container.contact h5 {
    margin: 0;
}

.container.contact p {
    margin-bottom: 4rem;
}

.hentry {
    list-style: none;
    margin-bottom: 6rem;
}

.hentry h2 {
    letter-spacing: 0;
    margin-bottom: 2.2rem;
}

@media screen and (min-width: 550px) {
    .hentry h2 {
        letter-spacing: .05rem;
    }
}

.description.entry-summary {
    margin-top: 1.5rem;
}

.entry-published.date {
    margin-top: -2rem;
    font-size: 1.2rem;
}

.blog-image-link {
    border: 0;
}

.blog-image-link:hover {
    border: 0;
}

.paging {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: .5px;
}

.paging a {
    color: #f05624;
    box-shadow: 0px 2px 0px 0px #444;
    transition: box-shadow .2s ease-in-out;
}

.paging a:hover {
    box-shadow: 0px 4px 0px 0px #444;
}

.meta {
    margin-top: -5rem;
}

.meta .dt-published {
    font-size: 1.2rem;
}

.container.blog-cat {
    padding-top: 0;
    padding-bottom: 0;
}

.container.blog-cat h1 {
    margin: 2rem 0;
}

.blog-categories {
    display: block;
    box-sizing: border-box;
    background: #304875;
    padding: 20px 0 0 0;
}

.blog-categories ul {
    list-style: none;
    margin: 0 0 0 10px;
}

.blog-categories ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-categories ul li a {
    border: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: .07rem;
    color: #efebe4;
    box-shadow: 0px 0px 0px 0px #efebe4;
    transition: box-shadow .3s ease-in-out;
}

.blog-categories ul li a:hover {
    box-shadow: 0px 4px 0px 0px #efebe4;
}

.h-entry img {
    margin: 1rem 0 3rem;
}

ul.products {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
    /* background: white; */
    margin: 0;
}
mark, ins {
    background: 0;
}
p.woocommerce-result-count {
    margin-top: 40px;
}
span.letter-t {
    color: #ef5625;
}
span.onsale {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ef5625;
}

ul.products li {
    background: #e9e5dd;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 8px;
    border: 1px solid #dddbd5;
}

.woocommerce-message a {
    margin: 0;
}

.woocommerce-message {
    /* display: flex; */
}

ul.products li > a {
    display: flex;
    flex-direction: column;
    /* padding: 20px 0px; */
    position: relative;
}

.add_to_cart_button {
    margin-top: 13px;
    padding: 0 !important;
    border: 1px solid #ceccc6;
    border-radius: 30px;
    background: #e3ddd4;
}

ul.products li > a h2 {
    font-size: 28px;
    margin-top: 20px;
}
.main-c-form h1 {
    text-align: center;
}
span.price {
    font-weight: 300;
}

form.woocommerce-ordering {
    display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: #fff;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 48%;
    margin-top: 50px;
}
nav.woocommerce-breadcrumb {
    display: none;
}
.woocommerce-notices-wrapper {
    margin-top: 30px;
}
@media screen and (min-width: 600px) {
    .blog-categories {
        padding: 20px 10px 0 0;
    }
}

@media screen and (min-width: 1000px) {
    .blog-categories {
        margin-top: 10px;
    }


    .hentry h2 a:before {
        content: "";
        background: #444;
        width: 0;
        height: 2.5rem;
        margin-left: 0;
        display: inline-block;
        transition: .3s;
    }


    .hentry h2 a:hover:before {
        width: 6px;
        margin-left: 1rem;
    }
}

@media screen and (min-width: 600px) {
    .blog-categories {
        padding: 20px 10px 0 0;
    }
}

@media screen and (min-width: 1000px) {
    .blog-categories {
        margin-top: 10px;
    }
    .container.medium {
        width: 66%;
        margin: 0 17%;
    }

    .hentry h2 a:before {
        content: "";
        background: #444;
        width: 0;
        height: 2.5rem;
        margin-left: 0;
        display: inline-block;
        transition: .3s;
    }


    .hentry h2 a:hover:before {
        width: 6px;
        margin-left: 1rem;
    }
}
