﻿.pagehead {
    --capwidth: 450px;
    padding: 1px;
    display: block;
    position: center;
    width: var(--capwidth);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 7px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    font-size: 1.65em;
    font-family: Geologica;
    text-align: center;
    letter-spacing: 7px;
    font-weight: bold;
    /**/
    background: rgb(217,255,210);
    background: linear-gradient(156deg, rgba(217,255,210,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(217,255,210,1) 100%);
    animation: comein 1.5s 1 ease-in-out forwards;
    /**/
    color: #189AB4;
    border: 1px solid #b8ebf5;
    background: linear-gradient(156deg, rgba(184, 235, 245,0.55) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(184, 235, 245,0.5) 100%);
}

    .pagehead span {
        display: block;
        margin-top: 0px;
    }

    .pagehead ::before {
        content: "";
        display: block;
        position: absolute;
        margin: 5px;
        height: 15px;
        width: 15px;
        top: 5px;
        /**/
        border-radius: 50%;
        box-shadow: 3px 3px 1px gray inset;
        border: 1px solid lightgray;
    }

    .pagehead ::after {
        content: "";
        display: block;
        position: absolute;
        height: 15px;
        width: 15px;
        background-color: #fff;
        top: 10px;
        right: calc(((100% - var(--capwidth))/2) + 7px); /*calc(var(--capwidth) - 65px);*/
        border-radius: 50%;
        box-shadow: 3px 3px 1px gray inset;
        border: 1px solid lightgray;
    }

@keyframes comein {
    0% {
        letter-spacing: 0px;
        color: rgba(24, 154, 180, 1);
        color: #fff;
    }

    50% {
        letter-spacing: 10px;
        color: rgba(24, 154, 180, 1);
    }

    100% {
        letter-spacing: 3px;
        color: rgba(24, 154, 180, 1);
    }
}

/*write-up / content*/


/* content version 3*/

.content3 {
    display: block;
    position: relative;
    border: 0px solid #ccc;
    margin: 10px 75px 30px 75px;
    overflow: visible;
    padding: 0px;
    background-color: var(--text_background);
    overflow: hidden;
}

    .content3 .hightlight {
        color: var(--theme_background);
        font-weight: bold;
    }

    /* TABLE DEFINITION */
    .content3 table {
        margin-left: 50px;
        margin-top: 10px;
        border-radius: 9px;
        border: 1px solid #ccc;
        overflow: hidden;
        border-collapse: collapse;
        outline-color: #ddd;
        outline-style: solid;
        outline-width: 2px;
        outline-offset: -1px;
        caption-side: top;
    }

        .content3 table > caption {
            padding: 10px 15px 0px 10px;
        }

    .content3 thead > tr > th {
        font-weight: normal;
        text-align: center;
        vertical-align: central;
    }


    .content3 tbody > tr:nth-child(even) {
        background-color: #fffdf2;
    }

    .content3 tbody > tr > td, thead > tr > th, tfoot > tr > td {
        border: 1px solid #ccc;
        padding: 5px 10px 5px 5px;
    }

    .content3 tfoot > tr > td {
        border: 1px solid #ccc;
        padding: 5px 10px 5px 5px;
    }

thead, tfoot {
    background-color: #f5f5e9;
}

.subtotal td {
    background-color: #f5f5e9;
    color: red;
}

/* small header */
.content3 h7 {
    display: block;
    margin-left: 50px;
    width: 50%;
}

/* caption */
.content3 h5 {
    padding: 5px 10px 5px 55px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Geologica, sans-serif;
    font-weight: 400;
    border-top: 1px solid #8a9da1;
    border-bottom: 1px solid #8a9da1;
    /**/
    color: var(--theme_background);
    width: 100%;
    text-align: left;
}



.content3 ul, .content3 ol {
    padding: 0 0 0 25px;
    border-left: 1px solid #8a9da1;
    border-right: 1px solid #8a9da1;
    border-bottom: 0px solid #8a9da1;
    margin-right: 30px;
    margin-top: 0px;
    /**/
    column-count: 3;
    column-gap: 50px;
    column-rule-style: solid;
    column-rule-color: #8a9da1;
    column-rule-width: 1px;
    margin-left: 30px;
    margin-right: 30px;
}

    .content3 ul > li {
        padding: 12px 25px 12px 0px;
        list-style-type: none;
        break-inside: avoid-column;
        text-align: justify;
    }

        .content3 ul > li::before {
            content: "";
            display: block;
            position: relative;
            height: 12px;
            width: 12px;
            left: -31px;
            top: 17px;
            border: 1px solid #8a9da1;
            border-radius: 50% 50%;
            background-color: #fff;
            /**/
            box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
        }

    .content3 ol > li {
        padding: 5px 25px 5px 0px;
        list-style-type: none;
    }



.content3 .itemlist {
    column-count: 3;
}




/* PRODUCT DESCRIPTION */

/* product third version*/
.product4 {
    display: flex;
}
    .product4 > div:first-child {
        display: block;
        position: relative;
        margin: 30px 40px 20px 40px;
        padding: 0;
        background-color: var(--text_background);
        width: 700px;
        overflow: hidden;
    }

        .product4 > div:first-child h5 {
            margin: 0;
            padding: 5px 10px 5px 30px;
            border-bottom: 1px solid var(--theme_background);
            border-top: 1px solid var(--theme_background);
            color: var(--theme_background);
            font-family: Geologica, sans-serif;
            font-weight: 500;
        }

        .product4 > div:first-child > div {
            margin: 0 30px 0 30px;
            padding: 0 0 30px 0;
            border-left: 1px solid #8a9da1;
            border-right: 1px solid #8a9da1;
            border-bottom: 2px solid #8a9da1;
            border-radius: 0 0px 10px 10px;
            /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
        }

            .product4 > div:first-child > div > div {
                margin: 0px;
                padding: 10px 30px 10px 30px;
                border-bottom: 0px solid #ccc;
                text-align: justify;
            }

                .product4 > div:first-child > div > div:before {
                    content: "";
                    display: block;
                    position: relative;
                    height: 12px;
                    width: 12px;
                    background-color: #fff;
                    border: 1px solid #8a9da1;
                    top: 17px;
                    left: -36px;
                    border-radius: 50% 50%;
                    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
                }

    .product4 > div:nth-child(2) {
        display: block;
        position: relative;
        top: 20px;
        padding: 10px;
        width: 600px;
    }

        .product4 > div:nth-child(2) > img {
            display: block;
            max-width: 300px;
            border-radius: 10px;
            outline-color: #fff;
            outline-style: solid;
            outline-width: 5px;
            outline-offset: -5px;
            margin-top: 5px;
            /*background-color: #fffdf2;*/
            background-color: rgba(0,0,0, 0.1);
            box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
            /*background-image: linear-gradient(to right, var(--theme_background), #4ca1af);*/
        }

        .product4 > div:nth-child(2) > span {
            display: flex;
            margin-right: 5px;
            margin-bottom: 5px;
            color: green;
        }

        .product4 > div:nth-child(2) > a {
            margin-bottom: 5px;
        }

  


/* LOCATIONS */
.location {
    display: block;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fffefc;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.location1 {
}

    .location1 p {
        padding: 7px;
        margin: 0px;
        text-align: center;
        background-color: #F2EDD7;
        color: #755139;
        border-bottom: 2px solid #ccc;
        font-size: 1.25em;
        /* font-size: 1.25em; */
        background-image: url('/images/nail-head3.png');
        background-repeat: no-repeat;
        background-position: left 7px top 8px;
    }

        .location1 p::after {
            content: '';
            display: inline-flex;
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            height: 20px;
            /**/
            background-image: url('/images/nail-head3.png');
            background-repeat: no-repeat;
            background-position: right 7px top 0px;
        }

    .location1 > ul {
        padding: 0px;
        margin: 0px;
        column-count: 1;
    }

        .location1 > ul > li {
            padding-left: 12px;
            padding-top: 14px;
            padding-bottom: 14px;
            color: #544c2c;
            margin-top: 0px;
            margin-bottom: 0px;
            font-size: 1em;
            font-weight: normal;
            border-bottom: 1px solid #ccc;
            break-inside: avoid-column;
        }



            .location1 > ul > li > ul {
                color: #614c06;
                margin-top: 5px;
                /*font-size: 0.95em;
                font-weight: normal;*/
            }

                .location1 > ul > li > ul > li {
                    padding-top: 5px;
                    padding-bottom: 1px;
                }



.location2 p {
    padding: 7px;
    margin: 0px;
    text-align: center;
    background-color: #F2EDD7;
    color: #755139;
    border-bottom: 2px solid #ccc;
    font-size: 1.25em;
    /* font-size: 1.25em; */
    background-image: url('/images/nail-head3.png');
    background-repeat: no-repeat;
    background-position: left 7px top 8px;
}

    .location2 p::after {
        content: '';
        display: inline-flex;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 20px;
        /**/
        background-image: url('/images/nail-head3.png');
        background-repeat: no-repeat;
        background-position: right 7px top 0px;
    }

.location2 .locdiv {
    color: red;
}

.location2 .locsoc {
    color: var(--theme_background);
}

.location2 > ul {
    padding: 0px;
    margin: 0px;
    column-count: 2;
    column-gap: 0px;
    column-rule-style: solid;
    column-rule-color: #ccc;
    column-rule-width: 1px;
    list-style-type: none;
}

    .location2 > ul > li {
        padding-left: 12px;
        padding-top: 14px;
        padding-bottom: 14px;
        color: #544c2c;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1em;
        font-weight: 500;
        border-bottom: 1px solid #ccc;
        break-inside: avoid-column;
    }



        .location2 > ul > li > ul {
            color: #614c06;
            margin-top: 5px;
            font-weight: normal;
            /*font-size: 0.95em;
                font-weight: normal;*/
        }

            .location2 > ul > li > ul > li {
                padding-top: 5px;
                padding-bottom: 1px;
            }


/* RMD PRODUCTS */
.product {
    display: block;
    float: left;
    height: 225px;
    width: 225px;
    overflow: hidden;
    margin: 5px 0px 20px 25px;
    padding: 0px;
    outline: 5px solid #F2EDD7;
    outline-offset: -8px;
    border: 1px solid #ccc;
    border-radius: 9px;
    background-color: #fffefc;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

    .product > div:nth-child(1) {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 130px;
        width: 200px;
        align-items: center;
        justify-content: center;
    }

        .product > div:nth-child(1) > img {
            height: auto;
            width: auto;
            max-height: 110px;
            max-width: 170px;
        }


    /*product name*/
    .product > div > p:nth-child(1) {
        display: block;
        position: relative;
        font-size: 1em;
        color: green;
        margin: 0;
        padding: 2px;
        text-align: center;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        background-color: rgba(189, 189, 189, 0.2);
        top: 0px;
    }

    /*product size*/
    .product > div > p:nth-child(2) {
        display: block;
        font-weight: normal;
        font-size: 0.9em;
        color: red;
        margin: 0;
        padding: 5px;
        text-align: center;
    }

        .product > div > p:nth-child(2) > span {
            color: blue;
            font-size: 0.9em;
        }

/* address */
.adr {
    display: block;
    position: relative;
    line-height: 1.5;
    height: 175px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #000;
    /**/
    border: 1px solid #ccc;
    border-radius: 9px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

    .adr h5 {
        display: block;
        width: 100%;
        border-bottom: 1px solid #666;
        padding-bottom: 5px;
        color: var(--theme_background);
        font-weight: 500;
    }

    .adr p {
        margin: 0px;
        padding: 0px;
    }


/*news items*/

.newsitems {
    width: 100%;
}

    .newsitems img {
        display: block;
        max-width: 100%;
    }

    .newsitems ul {
        list-style: none;
        margin-right: 50px;
    }

    .newsitems li {
        padding-bottom: 30px;
        padding-top: 30px;
        border-bottom: 3px solid var(--theme_background);
    }

    .newsitems .newsupdates {
        display: block;
        margin-top: 30px;
        margin-left: 50px;
        height: 50px;
    }
