@font-face{
    font-family: 'CheltenhamW01-BoldHeadl';
    src:url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/dff92c51-3a17-43e5-b7e4-fff665baf815.eot?v=154157398210377113551508336742?#iefix);
    src:url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/dff92c51-3a17-43e5-b7e4-fff665baf815.eot?v=154157398210377113551508336742?#iefix) format("eot"),
    url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/af46aee4-4e34-450e-a8a0-0a0b128cb5b1.woff?v=158485153199608139071508337139) format("woff"),
    url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/bbe8ac27-2751-4622-9f3b-948459bc4674.ttf?v=89838361867800500781508336742) format("truetype"),
    url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/2cea3f2e-801c-470b-9467-f9254d4e0813.svg%232cea3f2e-801c-470b-9467-f9254d4e0813?82) format("svg")
}
@font-face{
    font-family: 'Gourmand Grotesk';
    src:url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/GourmandGrotesk-reg.eot?v=85185425770508334651508767038?#iefix);
    src:url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/GourmandGrotesk-reg.eot?v=85185425770508334651508767038?#iefix) format("eot"),
    url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/GourmandGrotesk-reg.woff?v=28282362666991793971508767064) format("woff"),
    url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/GourmandGrotesk-reg.ttf?v=69385979790277871241508767049) format("truetype"),
    url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/GourmandGrotesk-reg.svg%232cea3f2e-801c-470b-9467-f9254d4e0813?82) format("svg")
}
@font-face {
    font-family: 'gourmandgrotesk-bold';
    src: url('gourmandgrotesk-bold.eot');
    src: url('gourmandgrotesk-bold.eot?#iefix') format('embedded-opentype'),
         url('gourmandgrotesk-bold.woff2') format('woff2'),
         url('gourmandgrotesk-bold.woff') format('woff'),
         url('gourmandgrotesk-bold.ttf') format('truetype'),
         url('gourmandgrotesk-bold.svg#gourmand_grotesk888-091014') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Reset -------- */
/* -------------- */

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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
ol, ul {
    list-style: none; 
}
blockquote, q {
    quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none; 
}
table {
    border-collapse: collapse;
    border-spacing: 0; 
}
select{
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
html, body {
    width: 100%; 
    font-family: 'Gourmand Grotesk', sans-serif;
    transition: background 0.1s ease-out;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

/* Fonts -------- */
/* -------------- */

h1 {
    font-size: 36px;
}

h2 {
    font-size: 1.625em;
}

h3 {
    font-size: 1.625em;
}

h4 {

}

p {
    font-size: 0.875em;
    line-height: 20px;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: none; 
}
body {

}


/* Elements -------- */
/* ----------------- */

.primary_button {
    border: 1px solid #000;
    padding: 4px 20px;
    font-size: 0.875em;
    background: #fff;
    text-transform: uppercase;
    box-shadow: 0px 0px 0px #fff;
    transition: all 0.1s ease-out;
    margin-top: 20px;
    font-family: 'CheltenhamW01-BoldHeadl';
    letter-spacing: 1.5px;
    width: 185px;
    text-align: center;
    -webkit-appearance: none;
    border-radius:0;
  color: black;
}

.primary_button:hover {
    box-shadow: 0px 2px 6px #999;
    cursor: pointer;
}

.primary_button:active {
    box-shadow: 0px 0px 0px #999;
    margin-top: 21px;
}

.disabled_button {
    border: 1px solid rgba(0,0,0,0.6);
    padding: 4px 20px;
    font-size: 14px;
    background: #fff;
    text-transform: uppercase;
    box-shadow: 0px 0px 0px #fff;
    margin-top: 20px;
    opacity: 0.6;
    font-family: 'CheltenhamW01-BoldHeadl';
    letter-spacing: 1.5px;
}

.disabled_button:hover {
    box-shadow: ;
    cursor: initial;
}

textarea:focus, input:focus{
    outline: none;
}

.secondary_button {
    top: 2px;
}

.disabled_button {

}

.fixed_button__left {
    left: 200px;
}

.fixed_button__right {
    right: 200px;
}

/* Global -------- */
/* --------------- */

.content_wrapper {
    position: relative;
    margin-top: 165px;
    z-index: 12;
}


/* Header -------- */
/* --------------- */

.global_header {
    width: 100%;
    padding: 32px 60px 36px;
    z-index: 101;
    top: 0;
    font-size: 16px;
    position: fixed;
    background: #fff;
    font-family: 'CheltenhamW01-BoldHeadl';
    height: auto;
    overflow: hidden;
    text-align: center;
}

.global_header nav ul {
    padding: 0;
}

.global_header nav ul li {
    display: inline-block;
}


/* Filters -------- */
/* ---------------- */

.shop_filters{
    font-family: "Gourmand Grotesk";
    font-size: 1.625em;
    margin-top: 7px;
}

.shop_filters ul li{
    margin: 0 4px;
}

.shop_filters ul li span {
    transition: all .3s ease-out;
    position:relative;
    display:inline-block;
    padding-bottom: 4px;
}

.shop_filters ul li span:before,
.underline_active:after{
  content:'';
  width:0;
  height:2px;
  background:#000;
  position:absolute;
  left:0;
  bottom:0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.shop_filters ul li span:hover:before {
    width: 100%;
}

.about_link {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}


.underline_active {
  display: inline-block;
  position: relative;
}
.underline_active:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0px;
  height: 2px;
  width: 0%;
  background-color: #000;
  animation: underline 0.3s ease-in-out 0.3s; /* remove infinite if you want only once */
animation-iteration-count :1;
  animation-fill-mode : forwards;
}
@keyframes underline {
0% {
    width: 0%;
  }
100% {
    width: 100%;
}
}


/* Grid -------- */
/* ------------- */

.min_screen_height {
    min-height: calc(100vh - 168px);
}

.grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.3s ease-out;

}
.grid .three-per-row {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 28px;
    align-self: flex-end;
    font-size: 0.875em;
}  

.grid .three-per-row h2{
    font-size: 1.625em;
}
.grid.product-grid {
    margin-right: 0px;
    padding-left: 0;
    padding-top: 0;
    max-width: 1280px;
    margin:0 auto;
}

/* Index -------- */
/* -------------- */

.index_template .product_price,
.collection_template .product_price {
    margin: 4px 0 0 0;
    color: #999;
}

.product_price a {
    color: #9b9b9b;
}

.index_template h2,
.collection_template h2 {
    font-size: 0.875em;
}
.product_image {
    height: 100%;
    text-align: center;
    margin: 0 31px 12px;
    position: relative;
}
.product_image img {
    max-width:100%;
    max-height:100%;
    height: auto;
    width:auto;
    padding: 0;
    opacity: 0;
    transition: 1s opacity 0.1s ease-out;
}

.index_template .product_image img,
.collection_template .product_image img {
/*    position: absolute;
    bottom: 0;
    left: 0;*/
}

.grid .three-per-row:hover {
    opacity: 0.8;
}

/* Page -------- */
/* ------------- */

.page_template {
    max-width: 1060px;
    margin: 0px auto 0;
    text-align: center;
    padding: 0 20px;
}

.about_page img {
    margin: 40px auto;
    width: 300px;
}

.about_page h2 {
    font-size: 25px;
    margin: 80px 0 5px;
    font-family: 'CheltenhamW01-BoldHeadl';
    text-transform: uppercase;
    letter-spacing: 3px;
}

.about_page h3 {
    font-family: 'gourmandgrotesk-bold';
    font-size: 18px;
    margin-top: 20px;
}

.about_page p {
    font-size: 1.125em;
    line-height: 1.45em;
}

.about_page p:first-of-type {
    font-size: 1.625em;
    line-height: 1.45em;
}


/* Product -------- */
/* ---------------- */

.product_price {
    margin: 4px 0 0 0;
    color: #9b9b9b;
    font-size: 0.875em;
}

.product_description {
    margin: 30px 0 20px;
}

.product_information {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding: 0 40px;
    position:relative;
    margin-bottom: 40px;
}

.product-grid .product_image {
    width: 65%;
    height: 100%;
    padding: 0 40px;
    transition: width 0.2s ease-out;
    max-height: initial;
    margin-right: 0;
    position: relative;
    margin: 0;
    min-height: 0;
    border-right: 1px solid rgba(0,0,0,.2);
    font-size: 0.875em;
}

.product-grid .product_image img {
    padding: 0;
}

.product-grid .product_image ul li {
    display: none;
    height: calc(100vh - 192px);
}

.product-grid .product_image ul li:first-of-type {
    display: block;
}

.product-grid .product_image.full_width {
    width: 100%;
}

.product-grid .product_image.full_width li {
}

.product_close {
    position: absolute;
    right: 10px;
    top: 2px;
    opacity: 0.2;
    font-size: 24px;
}

/* Splash -------- */
/* --------------- */

.full-screen{
    background:url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/placeholder.jpg?82 ) no-repeat bottom center;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.5);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    background-position: center center; 
    position: relative;
}
.full-screen p{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.top-img{
    transform: translateY(-50%);
    text-align:center;
    opacity: 0.90;
    top:100px;
    transform: rotate(-10deg);
    font-kerning: normal;
    position:absolute;
    margin: 20px auto;
    width: 100%;
}
.top-img img{
    width: 250px;
}

.homepage_intro{
    top:0;
    right: 0;
    left: 0;
    position: fixed;
    background-color:#fff;
    z-index: 10000;
}
.homepage_intro_background {
    height: 100vh;
    width: 100%;
    top:0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: opacity 0.4s ease-out;
    opacity: 0;
    background-attachment: scroll

}

.homepage_intro .homepage_intro_logo {
    width: 100%;
    text-align: center;
    height: 100%;
    position: absolute;
    top: 9%;
    opacity:0;
    transition: opacity 0.4s ease-out;
}

.homepage_intro .homepage_intro_logo img {
    width: 50%;
}

.homepage_intro .homepage_intro_tagline {
    bottom: 6%;
    position: absolute;
    opacity: 0;
    text-align: center;
    color: #fff;
    font-family: 'CheltenhamW01-BoldHeadl';
    width: 100%;
    font-size: 1.625em;
    transition: opacity 0.4s ease-out;
}

/* Basket -------- */
/* --------------- */

.basket_wrapper {
    position: absolute;
    right: 40px;
    top: 40px;
    color: #000;
    font-family: 'Gourmand Grotesk';
    font-size: 0.875em;
}

.basket_wrapper a:hover {
    border-bottom: 1px solid #000;
}

.about_wrapper {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #000;
    font-family: 'Gourmand Grotesk';
    font-size: 0.875em;
}

/* Footer -------- */
/* --------------- */

footer.global_footer {
    background: #F2F2F2;
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    z-index: 101;
    position:relative;
    bottom: 0;
    width: 100%;
    color: #000;
    font-family: 'Gourmand Grotesk';
}

footer.global_footer div {
    width: 33%;
}

footer.global_footer div a:hover {
    border-bottom: 1px solid;
}

footer.global_footer ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}

footer.global_footer .footer_left {
    text-align: left;
}

footer.global_footer .footer_center {
    text-align: center;
}

footer.global_footer .footer_right {
    text-align: right;
}

footer.global_footer .footer_right ul li {
    margin: 0 0 0 10px;
}








svg {
  height: 100px;
  margin: 40px 0;
}

#nick {
  height:1000px;
    fill-opacity: 0;
    stroke: #000;
    stroke-width:4;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    animation: draw 20s infinite ease-in;
}

@keyframes draw {

    0% {
    stroke-dashoffset: 5000;
  }
  10% {
    stroke-dashoffset: 2851;
  }
  90% {
    stroke-dashoffset: 2852;
  }
  100% {
    stroke-dashoffset: 5000;
  }


}

@keyframes draw2 {
  0% {
    stroke-dashoffset: 5000;
  }
  10% {
    stroke-dashoffset: 5000;
  }
  15% {
    stroke-dashoffset: 3884;
  }
  95% {
    stroke-dashoffset: 3885;
  }
  100% {
    stroke-dashoffset: 5000;
  }
}

#nick2 {
fill-opacity: 0;
    stroke: #000;
    stroke-width:4;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    animation: draw2 20s infinite ease-in;
}

blockquote { 
    position: absolute;
    bottom: -20px;
    padding-top: 20px;
    width: calc( 100% - 80px);
    color: #9b9b9b;
}

blockquote p {
    font-size: 0.875em;
}


.cart_template .cart_content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 160px);
    margin-top: 160px;
}

.cart_template .cart_content .cart_title {
    width: 100%;
}

.cart_template .cart_content .cart_title h2 { 
    font-size: 1.625em;
}

.item_row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.item_row div {
    justify-content: space-between;
}

.item_image {
    width: 15%;
}

.item_title {
    width: 55%;
    font-size: 0.875em;
}

.item_quantity {
    width: 10%;
    font-size: 0.875em;
}

.item_quantity input{
    width: 60px;
    padding: 10px;
}

.item_money {
    width: 20%;
    font-size: 0.875em;
}

.item_remove {
    text-align: right;
    width: 5%;
}

.global_container {
/*    display: none;
*/}

.fa {
    font-size: 0.875em;
}

img.sold_out {

}

.page_template .product_close {
    right: 15px;
    top: 10px;
}


.cart_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    font-size: 18px;
}

.cart_wrapper .cart_total {
    width: 50%;
}

.cart_wrapper .primary_button {
    font-size: 0.875em;
    width: 25%;
    margin: 0 0 0 20px;
    word-spacing: initial;
  color: black;
}

.hidden {
    display: none !important;
}

.mobile_only {
    display: none;
}


.about_wrapper a:hover {
    border-bottom: 1px solid #000;
}

.collection_description {
    width: calc(100% - 62px);
    margin: 31px;
}

.collection_description_image {
    width: calc(50% - 31px);
    display: inline-block;
}

.collection_description_image img {
    width: 100%;
}

.collection_description_text {
    padding-left: 62px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.collection_description_text img {
    width: 164px;
    margin: 0 0 20px;
}

.collection_description_text h2 {
    width: 50%;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: "CheltenhamW01-BoldHeadl";
}

.collection_description_text p {
    font-size: 0.875em;
    line-height: 20px;
    margin: 20px 0;
}

.product_arrow {
    position: absolute;
    top:0;
    width: 50%;
    height: 100%;
    padding: 10px;
    z-index:100;
}

.product_arrow:hover {
    cursor: pointer;
}

.product__arrow_left {
    left: 0px;
}
.product__arrow_left:hover {
    cursor: url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/arrow-left.png?v=101496458847345960881509444909) 30 20, auto;
}

.product__arrow_right {
    right: 0px;
}

.product__arrow_right:hover {
    cursor: url(//cdn.shopify.com/s/files/1/2408/8523/t/2/assets/arrow-right.png?v=183630462896986459921509444905) 30 20, auto;
}

.product_arrow i{
    font-size: 20px;
}

.mobile_only_menu {
    display :none;
}


/* Mobiles ==== */

@media only screen and (max-width: 1024px) {
    .grid .three-per-row {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {

    .collection_description_text img {
    margin: 20px 0 20px;
}

    .cart_template .mobile_menu_close,
    .cart_template .item_image {
        display: none;
    }

    .cart_template .cart_content {
        width: 90%;
    }

    .cart_wrapper {
        display: initial;
    }

    .cart_wrapper .cart_total {
        width: 100%;
        margin: 40px 0;
        text-align: center;
    }

    .cart_wrapper .primary_button {
        width: 100%;
        margin: 20px 0;
      color: black;
    }

    .cart_content .item_title {
        font-size: 0.875em;

    }

    .cart_content .item_quantity {
        width: 20%;
    }

    footer.global_footer div {
        display: inline-block;
        width: 100%;
        margin: 0 0 20px;
        text-align:center !important;
    }

    footer.global_footer ul li {
        display: inline-block;
        margin: 0 20px;
    }

    footer.global_footer .footer_left {
        text-align: center;
    }

    .about_template {
        width: 80%;
    }

    .collection_title,
    .desktop_only {
        display: none;
    }

    .mobile_filters {
        padding: 10px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: center;
        margin: 20px 0 0 0;
        font-family: 'Gourmand Grotesk';
    }

    .grid {
        padding: 20px 0 0 0;
    }

    .grid .three-per-row {
        width: 50%;
    }

    .fa-caret-down {
        margin-left: 10px;
    }

    .global_header {
        height: auto;
        padding: 40px 0 20px 0;
    }

    .global_header h1 { 
        font-size: 30px;
    }

    .content_wrapper {
        margin-top: 118px;
    }

    .basket_wrapper {
        right: 20px;
        top: 35px;
    }

    .mobile_menu_close {
        position: fixed;
        display: none;
        top: 71px;
        width: 100%;
        z-index: 3000;
        padding: 10px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: center;
        background:#fff;
        font-family: 'Gourmand Grotesk';
    }

    .product-grid .product_image {
        min-height: 60vh;
        width: 100%;
        padding: 20px 20px 0 20px;
    }

    .product-grid .product_image ul li img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .product_information {
        width: 100%;
        padding: 20px;
    }

    h2 {
        font-size: 22px;
    }

    .product_template .mobile_menu_close {
        display: none;
    }

    .primary_button {
        width: 100%;
        padding: 10px 20px;
      color: black;
    }
    .collection_description {
        width: calc(100% - 62px);
        margin: 40px 31px;
    }

    .collection_description_image {
        width: 100%;
        margin-top:25px
    }

    .collection_description_text {
        padding-left: 0px;
        width: 100%;
    }

    .collection_description_text h2 {
        font-size: 1.625em;
    }

    .collection_description_text h3 {
        font-size: 18px;
    }

    .shop_filters {
        font-size: 1.125em;
    }

}

#product-variants {
    display: inline-block;
}

#product-variants select {
    padding: 4px 5px 3px;
    border: 1px solid;
    border-radius: 0;
    margin-right: -6px;
    margin-top: -6px;
    font-size: 0.875em;
    width: 35px;
    font-family: 'Gourmand Grotesk', sans-serif;
    background: #fff;
}

.mobile_back_to {
    position: relative;
    top: 20px;
}

@media only screen and (max-width: 480px) {

    .mobile_only_menu {
        display :block;
    }

    .cart_content .item_title {
        width: 45%;
    }
    .cart_content .item_quantity {
        width: 25%;
    }

    .cart_content .item_quantity input {
        width: 40px;
    }

    .cart_content .item_money {
        width: 36%;
    }

    footer.global_footer {
        padding: 10px 20px;
    }

    .basket_wrapper {
        top: 30px;
        right: 5px;
    }

    .about_wrapper {
        display: none;
    }

    .shop_filters {
        display: none;
    }
    .mobile_hide,
    .mobile_menu_close {
        display: none;
    }
    .grid .three-per-row {
        width: 100%;
    }

    .shop_filters {
        width: 100%;
        text-align: center;
        padding: 16px;
        background: #fff;
        overflow: hidden;
        position:fixed;
        top: 105px;
        bottom: 0;
        z-index: 2000;
    }
    .shop_filters ul li {
        margin: 10px 0 20px 0;
        display: inline;
        width: 100%;
    }
    .mobile_filters {
        display: block;
    }

    .homepage_intro .homepage_intro_tagline {
        bottom: 90px;ro
        font-size: 18px;
    }

    .global_header h1 {
        font-size: 23px;
        padding-left: 20px;
    }
    .global_header {
        overflow: initial;
        padding-bottom:0;
        padding-top: 22px;
        text-align: left;
    }
        .show_on_mobile {
        display: block !important;
    }

}

@media only screen and (min-width: 1920px) {
    .collection_description_text {
        width: 25%;
    }
}


.alert {
    width: calc(100% - 60px);
    text-align: center;
    margin-left: 30px;
    margin-bottom: 20px;
    padding: 6px 10px;
    background: #f4f4f4;
    color: #ff2a00;
    border: 1px solid #ff2a00;
}
.mailing_list {
    background: #16161d;
    padding: 5px 40px;
    flex-wrap: wrap;
    font-size: 12px;
    z-index: 101;
    position:relative;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-family: 'Gourmand Grotesk';
    width: 100% !important;
    position: fixed !important;
    bottom: 0;
    left: 0 !important;
    display: none;
}

.mailing_list_left {
    padding: 12px 0 0 0;
    float: left;
    width: auto !important;
}

.mailing_list_right {
    width: auto !important;
    float:right ;
}

.mailing_list_right input{
    height: 36px;
    border: 1px solid #222;
    vertical-align: top;
    color: #222;
    background: #fff;
    padding: 0 20px 0 10px;
}

.mailing_list_right input.mc-button {
    padding: 0 10px;
    width: 36px;
    margin-left: -3px;
}
.mailing_list_right button{
    height: 36px;
}
.mailing_list_right form {
    height: 36px;
}
div#subscribe-result {
    position: absolute;
    left: 40px;
    bottom: 10px;
    width: auto !important;
    background: #16161d;
}

div#subscribe-result a{
    color: #fff;
}
.mailing_list_close {
    position: absolute;
    right: 14px;
    width: 14px !important;
    height: 24px;
    font-size: 20px;
    top: 12px;
}

.mailing_list_close:hover {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .mailing_list {
        display: none;
    }
}
