/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
         url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }


/* change max grid size */
body, html {
    font-family: Roboto, sans-serif;
    color: #2B3A35;
}
.editable[data-target="blocks"] {
    white-space: pre-wrap;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
}
h2 {
    font-size: 48px;
    font-weight: bold;
    color: #1E4C3C;
}

/* Header */
@media (min-width: 992px) {
    #header-container {
        background-image: url(header_up.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    #market-container-inner {
        background-image: url(header_low.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
}
#header-container {
    padding-top: 35px;
}
/* Header left */
#header-logo-column {
    padding-top: 40px;
    /* ab lg 100px */
}
#header-logo-column > div {
    max-width: 385px;
    margin: auto;
    margin-bottom: 20px;
    /* ab lg margin 0 */
}
#header-logo {
    width: 290px;
    display: block;
    margin: auto;
}
#header-biography {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 0;
    font-size: 16px;
}
#header-biography span {
    background-color: white;
}
#header-biography .editable {
    display: inline;
    background-color: white;
}

/* Header right */
#header-contact p {
    text-align: right;
    font-size: 24px;
    line-height: 100%;
    color: #1E4C3C;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
#header-contact a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding-top: 3px;
}
#header-contact a.instagram {
    margin-left: 8px;
}
#header-contact a.facebook {
    margin-left: 30px;
}
#header-contact a.header-sn-link {
    padding-top: 0;
}

#header-image {
    margin-top: 30px;
    margin-bottom: -10px;
}
#header-image div {
    max-height: 333px;
    display: flex;
    align-items:center;
    border-radius: 16px;
    overflow: hidden;
}
#header-image img {
    width: 100%;
}

/* Market Dates Container */
#market-container {
    background-color: #E0DECF;
    padding-bottom: 28px;
}
/* adapt grid */
#market-container .row {
    margin-left: -12px;
    margin-right: -12px;
}
#market-container-inner-col {
    padding: 0;
}
#market-container-inner-col .col {
    padding: 12px;
    min-height: 190px;
}

#market-container h2 {
    padding-top: 40px;
    padding-bottom: 28px;
}
.market-editor-notice {
    margin-bottom: 18px;
    padding: 14px;
    background: #fff;
    border: 2px solid #1E4C3C;
    border-radius: 8px;
    color: #1E4C3C;
}
.market-editor-notice p {
    margin: 0 0 6px 0;
}
.market-editor-notice code {
    color: #1E4C3C;
    background: #f4f2e8;
    padding: 0 4px;
}
.market-editor-block .editable {
    background: #fff;
    border: 1px dashed #1E4C3C;
    padding: 8px;
    margin-top: 6px;
    white-space: pre-wrap;
    font-family: monospace;
    font-size: 0.9rem;
}
.market-date-inner {
    padding: 10px;
    background-color: #1E4C3C;
    border-radius: 8px;
    color: white;
    border: 1px solid #C4C4C4;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.market-date-inner.etsy {
    background-color: #FFFDED;
    border: 4px solid #1E4C3C;;
    color: #1E4C3C;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    line-height: 120%;
}
@media (min-width: 576px) {
    .market-date-inner {
        padding: 10px;
    }
    .market-date-inner.etsy {
        font-size: 24px;
    }
    #market-container-inner-col .col {
        min-height: 230px;
    }
    
}
#market-date-shop-link-logo {
    margin-bottom: 17px;
}
#market-container a:hover {
    text-decoration: none;
}
#market-container .market-date-month {
    margin: 4px 0 0 0;
    font-size: 19px;
}
#market-container .market-date-date {
    font-size: 55px;
    margin: 0 0 9px 0;
    font-weight: bold;
    line-height: 100%;
}
/*
@media (min-width: 576px) {
    #market-container .market-date-date {
        font-size: 80px;
    }
}
*/
#market-container .market-date-market {
    margin: 0;
    font-size: 13px;
    line-height: 15px;
}
@media (min-width: 576px) {
    #market-container .market-date-market {
        font-size: 21px;
        line-height: 28px;
    }
}
.market-date-inner.etsy p {
    margin: 0;
    width: 100%;
    text-align: center;
}
.market-etsy-text {
    margin: 0;
    width: 100%;
    text-align: center;
}
.market-etsy-text .editable {
    width: 100%;
}
@media (min-width: 576px) {
    #market-container .market-date-month {
        font-size: 24px;
    }
}


/* Shop products */
#most-popular-row h2 {
    text-align: left;
}
@media (min-width: 576px) {
    #most-popular-row h2 {
        text-align: center;
    }
}
#most-popular-row div {
    margin: 80px 0 30px 0;
}
#most-popular-products a {
    color: inherit;
    text-decoration: none;
}
.product-description {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.product-price {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.product-picture {
    margin-bottom: .5rem;
}
.image-edit-label {
    display: block;
    margin-top: .45rem;
    margin-bottom: .1rem;
    font-size: .78rem;
    font-weight: bold;
    color: #1E4C3C;
}
.product-picture .editable {
    display: block;
    font-size: .78rem;
    line-height: 1.2rem;
    word-break: break-all;
}

#most-popular-headline h2 {
    font-size: 3rem;
}

/* Instagram Gallery */
#gallery {
    margin-top: 150px;
}
.gallery-row a > img {
    width: 100%;
}
.gallery-row > [class*="col-"] {
    padding: 5px;
}
.gallery-row {
    margin-left: -5px;
    margin-right: -5px;
}
#gallery-instagram-box {
    text-align: center;
    font-weight: bold;
}
#gallery-instagram-logo {
    margin-bottom: .4rem;
}
#gallery-instagram-text {
    font-size: 20px;
    margin-bottom: 0;
}
#gallery-instagram-text a{
    color: inherit;
}


/* Footer */
#footer-outer {
    background-color: #2B3A35;
    padding-top: 25px;
    padding-bottom: 30px;
    color: white;
    font-size: 12px;
    margin-top: 80px;
}
#footer-outer a {
    color: inherit;
    text-decoration: none;
}
#footer-adress-row .col {
    display: flex;
}
#footer-adress-row p {
    margin-right: 23px;
    margin-bottom: 0;
    line-height: 110%;
}
#footer-second-row {
    margin-top: 10px;
}
#footer-link-row {
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    #footer-second-row {
        margin-top: 25px;
    }
    #footer-link-row {
        margin-bottom: 0;
    }
}
#footer-second-row p {
    margin: 0;
}
#footer-link-row {
    display: flex;
    justify-content: flex-end;
}
#footer-link-row p a {
    display: block;
}
#footer-etsy-link div {
    font-weight: bold;
    display: flex;
    align-content: center;
    padding: 2px 15px;
    border: 3px solid #FFFDED;
    border-radius: 8px;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 28px;
}
.footer-sn-link.facebook {
    margin-left: 11px;
}
.footer-sn-link.instagram {
    margin-left: 10px;
}
#footer-privacy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
