
/* 
    Created on : 15-Apr-2020, 08:40:35
    Author     : ShayneC
*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro';
    background-image: none;
    background-position: 0 0;
    background-color: white;
}

p {
    font-family: serif;
}

#top-group {
    display: block;
    z-index: 2;
}

header {
    color: #f1f1f1 !important;
    background-color: rgb(12, 12, 12);
    font-family: serif;
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
    /*height: 100px;*/
}

#preloader, #preloader2 {
    height: 39px;
    display: none;
    margin-right:auto;
    margin-left: auto;
    /*background: #ae941f;*/
    color: white;
}

.w3-card-header {
    background: #ae941f;
    color: white;
}

.w3-card-header h3 {
    font-family: serif;
}

.w3-card-header h4 {
    font-family: serif;
}

#logo-container {
    display: inline-block;
    width: 450px;
    padding-left: 50px;
    padding-right: 50px;
}

#logo {
    width: 100%;
}

#top {
    color: white;
    background-color: #ae941f;
    font-family: serif;
    font-size: 0.8em;
    padding: 8px;
}

#top a {
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
}

#top a:hover {
    color: darkred;
}

#cart {
    display: inline-block;
    margin-left: 50px;
}

#cart-icon {
    width: 30px;
}

#cart-number {
    font-family: serif;
    position: relative;
    top: 15px;
    left: -10px;
    background-color: #ae941f;
}

.cc-cart-item {
    padding-top: 0 !important;
    padding-bottom: 4px !important;
    margin: 0;
}

.cc-cart-item h6 {
    margin: 2px;
}

#cart-sidebar {
    top: 207px;
    width: 0;
    right: 0;
    transition: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

#cart-items {
    margin-top: 12px;
}

.cc-cart-item {
    padding-top: 8px !important;
}

#cart-items h6 {
    color: black;
    font-family: serif;
}

#sidebar-titlebar {
    background-color: #ae941f;
}

#sidebar-title {
    font-family: serif;
    color: white;
    margin-top: 0;
}

#sidebar-title span {
    margin-left: 50px;
    color: white;
}

#sidebar-title button {
    background: #ae941f;
    color: white;
    border: 2px solid #ae941f;
}

#sidebar-title button:hover {
    border: 2px solid white;
}

#content {
    /*margin-top: -7px;*/
}

.specimen-listing {
    height: 460px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cc-price-group {
    position: absolute;
    top: 95px;
    left: 10%;
    right: 10%;
    font-weight: bold;
}

.cc-wide {
    letter-spacing: 2px;
}

#page-no {
    margin: 0;
    padding-top: 0;
    padding-bottom: 10px;
    background-color: rgba(50, 50, 50, 1);
}

.fimg {
/*    width: 110%;
    margin-left: -10%;
    margin-top: -10%;
    animation-name: out;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;*/
    display: block;
    height: 130%;
    margin-left: auto;
    margin-right: auto;
}

.fimg:hover {
/*    animation-name: in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;*/
}


@keyframes in{
    from {
        width:150%;
        margin-left: -30%;
    }
    to {
        width:160%;
        margin-left: -35%;
    }
}

@keyframes out{
    from {
        width:160%;
        margin-left: -35%;
    }
    to {
        width:150%;
        margin-left: -30%;
    }
}

.badge {
    margin-top: -40px;
    padding: 10px;
    background-color: black;
}

.item-details {
    color: black;
    background-color: white;
    font-family: serif;
    height: 100%;
    padding: 10px;
    position: relative;
    border-top: 5px solid #ae941f;
}

.item-details-left {
    padding-right: 10px;
}

.item-details-right {
    padding-right : 5px;
    height: 100%;
}

.item-details .title {
    text-align: center;
    font-size: 12pt;
    font-family: serif;
    font-weight: bold;
    color: #ae941f;
}

.item-details .locality {
    text-align: center;
    color: black;
    font-family: serif;
    /*font-weight: bold;*/
    height: 49px;
    overflow: hidden;
}

.item-details .description {
    color: black;
    font-family: sans-serif;
    font-size: 9pt;
    padding-top: 3px;
}

.cp-div {
    position: absolute;
    top: 98px;
    left: 0;
    text-align: center;
    width: 100%;
}

.price {
    font-size: 15pt;
    /*font-style: italic;*/
}

.cart-item-currency {
    font-size: 15pt;
    font-style: italic;
    margin-left: 180px;
}

.currency {
    font-size: 15pt;
}

.item-details .buttons {
    /*position: absolute;*/
    /*    top: 250px;
        left: 30%;
        right: 30%;*/
    padding-top: 100px;
    width: 100%;
}

.item-details button {
    position: absolute;
    background-color: #ae941f;
    color: white;
    width: 50%;
    margin-left: 22%;
    top: 128px;
    padding-left: 5px;
    padding-right: 5px;
}

.item-details button:hover {
    background-color: #d9b826 !important;
    color: black !important;
}

.imgcontainer {
    position: relative;
    height: 280px;
    width: 100%;
    clip-path: inset(0% 0% 0% 0%);
    background-color: #303030;
}

.article-imgcontainer {
    position: relative;
    height: 280px;
    width: 100%;
    clip-path: inset(0% 0% 0% 0%);
}

.cc-g-img {
    margin-top: -20%;
}

#latest-news {
    padding-top: 20px;
    font-weight: normal;
}

.article-listing {
    height: 425px;
}

.article {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    font-family: 'Cinzel', serif;
    color: #ae941f;
}

.article-img {
    width: 100%;
}

.article h3 {
    font-family: serif;
    font-size: 14pt;
    color: black;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}

.article h5 {
    font-family: serif;
    color: #ae941f;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
    border-top: 5px solid #ae941f;
}

.article a {
    background-color: #ae941f;
    color: white;
}

.article a:hover {
    background-color: #d9b826 !important;
    color: black !important;
}

#fb {
    padding-right: 30px;
}

.small-margin {
    margin-top: 5px;
    margin-bottom: 0;
}

.fa {
    padding-left: 20px;
}

#search-sidebar {
    background: none !important;
}

#basic-search {
    /*background-color: rgb(40, 40, 40);*/
    background-color: #ae941f;
    font-family: Arial;
}

#basic-search button {
    float: left;
    width: 15%;
    padding: 5px;
    background: #ae941f;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
}

#basic-search button:hover {
    background-color: goldenrod !important;
    color: black;
}

#search-close {
    padding: 5px;
    padding-top: 0;
    color: #ae941f !important;
    position: absolute;
    right: 50px;
    border: solid 2px #ae941f;
}

#search-close:hover {
    color: gold !important;
    cursor: context-menu;
    border: solid 2px gold;
}

#search-close i {
    padding: 0;
    margin-top: 5px;
}

#basic-search input {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 85%;
    background: #f1f1f1;
}

#basic-search button:hover {
    background: #0b7dda;
}

/* Clear floats */
#basic-search::after {
    content: "";
    clear: both;
    display: table;
}

#gallery-thumbs {
    max-width: 1390px;
}

.index-title {
    background-color: darkslategray;
    font-size: 0.8em;
    margin: 0;
}

#adv-search {
    background-color: rgb(12,12,12);
    font-family: serif;
}

#adv-search h4 {
    font-family: serif;
}

#adv-search input {
    font-size: 10pt;
    margin-top: 20px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}

#adv-search button {
    background: #ae941f;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 25.5%;
}

#adv-search button:hover {
    background: goldenrod !important;
}

#adv-inputs {
    padding-left: 5%;
    padding-right: 5%;
    color: #ae941f;
}

.f-row {
    margin-top: 10px;
}

#splash {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("/static/bg3.jpg");
    background-size: cover;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-delay: 4s;
    animation-iteration-count: 1;
    animation-name: bg-fadeout;
    animation-fill-mode: forwards;
}

@keyframes bg-fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#black-overlay {
    background-image: linear-gradient(rgb(5,5,5), rgb(15,15,15));
    height: 100%;
    width: 100%;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-name: overlay-fadeout;
    animation-fill-mode: forwards;
}

@keyframes overlay-fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#band-container {
    position: fixed;
    top: 43%;
    height: 20%;
    width: 100%;
    padding-top: 100%
}

#splash-band {
    position: absolute;
    top: 0;
    height: 8%;
    width: 100%;
    opacity: 0;
    background-color: rgba(5,5,5,0.7);
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-name: fadein;
    animation-fill-mode: forwards;
}

#splash-logo {
    position: absolute;
    top: 1%;
    opacity: 0;
    width: 40%;
    margin-left: 30%;
    margin-right: auto;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-name: fadein;
    animation-fill-mode: forwards;
}

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

#go-back {
    position: relative;
    margin-left: 20px;
    top: -7px;
}

@-moz-document url-prefix() {
    #top {
        font-weight: normal;
    }

    #purveyors {
        font-weight: normal;
    }

    #latest-news {
        font-weight: normal;
    }

    #we-buy-collections {
        font-weight: normal;
    }
}

#menu-big {
    display: inline-block;
}

#menu-big a:hover {
    background: none !important;
    color: #ae941f !important;
}

#menu-big button:hover {
    background: none !important;
    color: #ae941f !important;
}

.divider {
    color: #ae941f;
    font-weight: bold;
}

#menu-small {
    height: 100%; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
#menu-small a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
#menu-small a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
#menu-small .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
    display: none;
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    margin-top: 45px;
}

.openbtn:hover {
    background-color: #444;
}

#cookie-notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: black;
    color: #ae941f;
    padding: 12px;
}

#cookie-notice button {
    margin-top: -6px;
    color: white;
}

footer {
    font-family: serif;
    padding: 20px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: rgb(12,12,12);
    color: white;
}

footer .w3-row {
    font-family: serif;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

footer .w3-half {
    padding: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

footer h6 {
    font-family: serif;
    color: #ae941f;
}

.footer-half p {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-half h2 {
    margin: 0 !important;
}

footer p, footer a {
    text-decoration: none !important;
    font-weight: normal;
    font-family: serif;
}

footer i {
    color: #ae941f;
}

footer i:hover {
    color: gold;
}

footer a:hover {
    color: #ae941f !important;
}

@media screen and (max-width: 1025px) and (min-width: 601px) {
    #top-group header {
        height: 130px;
    }

    #content {
        margin-top: 200px;
    }

    #menu-big a:first-of-type {
        display: none;
    }

    #menu-big span:first-of-type {
        display: none;
    }
}

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

    #top a {
        display: block;
        margin: 0;
        width: 100%;
        font-size: 14px;
    }

    #top span {
        display: none;
    }

    #top .w3-right {
        display: none;
    }

    #logo-container {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: -10px;
    }

    #logo-container img {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #menu-big {
        display: none;
    }

    #currency-text {
        display: none;
    }

    .openbtn {
        display: block;
        margin-top: -90px;
        margin-left: -10px;
    }

    #treasury h3 {
        font-size: 1.2em;
    }
    
    #main-img {
        margin-top: 178px !important;
    }

    .specimen-listing {
        /*height: 420px;*/
    }

    .article {
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 0;
        padding-left: 0;
        text-align: center;
    }

    #page-nav {
        display: none;
    }

    .item-details-right {
        width: 33.3%;
    }

    .item-details-left {
        width: 66.6%;
    }

    #fb {
        padding-right: 0;
    }

    #cart  {
        position: absolute;
        top: 80px;
        right: 20px;

    }

    #cart-sidebar button {
        border: 1px solid white;
        margin-top: 5px;
    }

    #sidebar-title span {
        margin-left: 20px;
        font-size: 16px;
    }

    .cart-item-currency {
        margin-left: 160px;
    }

    #cookie-notice {
        height: 100px;
    }

    .small-margin {
        margin-bottom: 5px;
        text-align: center !important;
    }

    .small-margin:first-child {
        display: block;
        text-align: center;
    }

    .footer-half {
        padding: 0 !important;
    }

    .footer-half p {
        text-align: center !important;
        margin: 10px;
    }

    .w3-right-align {
        text-align: center !important;
    }

    #subscribe-email {
        text-align: center;
    }
}

