﻿/* ================================
   BASE ELEMENTS & TYPOGRAPHY
   ================================ */

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

body {
    font-family: 'open sans', 'Arial', 'Verdana', 'Helvetica', sans-serif;
    font-size: 20px;
    color: #333;
    background-color: #FFF;
    margin: 0;
    padding: 0;
}

h1 {
    text-transform: uppercase;
    font-size: 25px;
    color: #6A634F;
    clear: both;
    font-family: 'Josefin Sans', Arial, sans-serif;
    letter-spacing: 0.12em;
}

h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #6A634F;
    margin-top: 20px;
    margin-bottom: 2px;
    font-family: 'Josefin Sans', Arial, sans-serif;
    letter-spacing: 0.12em;
}

h2 a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #C5B794;
}

h2 a:hover {
    text-decoration: underline;
}

h3 {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #C5B794;
}

.h2inline {
    font-weight: 700;
    color: #B1A585;
    display: inline;
}

.h3inline {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #C5B794;
    font-family: 'Josefin Sans', Arial, sans-serif;
    letter-spacing: 0.12em;
}

.small-font {
    font-size: 16px;
}

.orange-font {
    color: #C5B794;
}

.green {
    color: #009900;
}

.red {
    color: #dd0000;
}

.amber {
    color: #f0b000;
}


/* ================================
   GLOBAL LAYOUT & STRUCTURE
   ================================ */

#top-padding {
    height: 42px;
    width: auto;
    background-color: #646464;
}

.block-container {
    clear: both;
    display: block;
    width: auto;
    padding: 5px 10px;
    background: #FFF;
    margin: 0;
}

.clearall {
    clear: both;
}

.floatleft {
    border-width: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.floatright {
    display: block;
    float: right;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 5px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.heroimage {
    display: block;
    width: 100%;
}

.imgmax img,
.gimgmax {
    max-width: 100%;
    height: auto;
}

.img40max {
    height: auto;
    max-width: 40%;
}

.single-inline-block {
    display: inline-block;
}

.two-thirds-block {
    width: 62%;
    display: inline-block;
}

.content {
    padding: 0 0 0 120px;
    position: relative;
}

.content img {
    left: 0;
    position: absolute;
    top: 0;
}

#bottom {
    display: block;
    width: auto;
    font-size: 12pt;
    line-height: 30px;
    background-color: #C5B794;
    color: #FFF;
    margin: 0;
    padding: 10px;
    height: auto;
}

#bottom a {
    color: #FFF;
    text-decoration: none;
}

#bottom p {
    text-align: center;
}



/* ================================
   NAVIGATION
   ================================ */

#topmenu {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    height: 40px;
    padding: 0;
    margin: 0;
    background-color: #C5B794;
    margin-bottom: 10px;
    text-transform: uppercase;
    min-width: 290px;
    border-bottom: 2px solid #FFF;
}

#topmenu a {
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
}

.topleft {
    float: left;
    margin-top: 7px;
    margin-left: 5px;
    display: none;
}

.topright {
    float: right;
    margin-top: 7px;
    margin-right: 20px;
    display: block;
}
/* ================================
   HERO SECTIONS
   ================================ */

#herowrappersub {
    width: 100%;
    position: relative;
}

#herowrappersub::after {
    padding-top: 7.71%;
    display: block;
    content: '';
}

#heroimagesub {
    background-color: #646464;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-image: url("/images/sitewide/artdecobkgnd2.gif");
}

#hero-overlay-sub {
    position: absolute;
    top: 10%;
    color: #FFF;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 6vw;
    z-index: 4;
    text-transform: uppercase;
    font-family: 'Poiret One', 'Josefin Sans', Arial, sans-serif;
    letter-spacing: 0.12em;
}

#logo-sub {
    display: block;
    position: absolute;
    top: 10px;
    width: 3%;
    left: 10px;
    z-index: 2;
}

#logo-sub img {
    width: 100%;
}


/* ================================
   TABLES
   ================================ */

table {
    margin-top: 0;
}

table.exposure {
    width: 100%;
    border: 2px solid black;
    background-color: #ffffff;
    border-collapse: collapse;
}

table.exposure tr {
    border: 2px solid black;
    background-color: transparent;
}

table.exposure tr:nth-child(odd) {
    background-color: #f2f2f2;
}

table.exposure th {
    border: 1px solid black;
    background-color: #cccccc;
    vertical-align: bottom;
}

table.exposure td {
    border: 1px solid black;
    background-color: transparent;
    text-align: center;
}

table.specs {
    width: 100%;
    border: 0;
    background-color: #ffffff;
    border-collapse: collapse;
}

table.specs tr {
    border: 0;
    background-color: transparent;
}

table.specs tr:nth-child(odd) {
    background-color: #f2f2f2;
}

table.specs th {
    border: 0;
    background-color: transparent;
    vertical-align: middle;
    text-align: left;
}

table.specs td {
    border: 0;
    background-color: transparent;
}

/* ================================
   FORM SELECT ELEMENTS
   ================================ */

#camera-brands,
#categories {
    width: 270px;
    font-size: 1.1rem;
    padding: 5px 6px;
    line-height: 1.4;
}

/* ================================
   INFO BLOCKS
   ================================ */

.info-box {
    display: block;
    padding: 0px 10px;
    max-width: 1024px;
    margin: 0 auto;
}

.info-box a,
.info-box-wide a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #c9a44f;
    text-underline-offset: 2px;
}

.info-box-wide {
    padding: 10px;
    max-width: 1600px;
    margin: 0 auto;
}

.info-block-grey {
    display: block;
    width: 100%;
    background-color: #EEE;
    padding: 0;
    margin: 0;
    clear: both;
}

.info-block-grey a {
    color: #666;
    text-decoration: none;
}

.info-block-white {
    width: auto;
    background-color: #FFF;
    padding: 5px;
}

.heading-block-grey {
    background-color: #EEE;
    padding: 5px;
    border-width: 1px 0;
    border-color: #000;
    border-style: solid;
    text-align: center;
}


/* ================================
   TILE BLOCKS
   ================================ */

.tile-block-2,
.tile-preview-block,
.tile-preview-block-2 {
    display: inline-block;
    vertical-align: top;
    margin: 1%;
    padding: 1%;
}

.tile-block-2 {
    width: 45%;
    height: auto;
    color: #030303;
}

.tile-block-2 a {
   color: inherit;
    text-decoration: underline;
    text-decoration-color: #c9a44f;
    text-underline-offset: 2px;
}

.tile-preview-block-2 {
    width: 45%;
    height: auto;
    color: #666;
}

.tile-preview-block-2 a {
    text-decoration: none;
}


/* ================================
   PAGE PREVIEW
   ================================ */

.pagepreview {
    float: right;
    width: 180px;
    margin: 2px 0px 2px 5px;
    border-left: 1px solid #000;
    padding: 0px 0px 0px 2px;
    max-width: 40%;
}

.pagepreview h4 {
    margin: 0;
    padding: 2px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.pagepreview p {
    text-align: center;
    font-size: 15px;
}

.pagepreview img {
    max-width: 100%;
    height: auto;
    margin: 1px 0px 1px 1px;
    padding: 1px 0px 1px 1px;
}


/* ================================
   POLAROID FRAMES
   ================================ */

div.polaroid,
div.polaroidthumb {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2),
                0 6px 20px rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}

div.polaroid {
    max-width: 40%;
}

div.polaroidthumb {
    max-width: 17%;
}

div.polaroid img,
div.polaroidthumb img {
    width: 100%;
}

div.container {
    text-align: center;
    padding: 5px 10px;
}


/* ================================
   MISC COMPONENTS
   ================================ */

a.anchor {
    display: inline-block;
    position: relative;
    top: -70px;
    width: 0;
    visibility: hidden;
}

.display-date {
    display: none;
}

.star-size {
    width: 25px;
    height: 25px;
}

.centre-it {
    text-align: center;
}

.newsletter {
    max-width: 600px;
}

.menuprev {
    list-style: square;
}

.menuprev li {
    margin-top: 10px;
}



#breadcrumb {
    font-family: 'Courier New', Courier, monospace;
    display: block;
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}

#breadcrumb a {
    color: #000;
}
/* ================================
   ART DECO DIVIDERS & SHAPES
   ================================ */

.deco-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3em 0 2em 0;
    height: 30px;
}

.deco-divider span {
    font-size: 1.5em;
    margin: 0 0.5em;
}

.deco-line {
    flex-grow: 1;
    height: 2px;
    background: #222;
}

.deco-line.stepped {
    background: linear-gradient(
        to right,
        #222 25%,
        transparent 25%,
        transparent 50%,
        #222 50%,
        #222 75%,
        transparent 75%,
        transparent
    );
    background-size: 12px 2px;
}

.deco-diamond {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border: 3px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.25em;
    box-sizing: border-box;
}

.deco-diamond::before {
    content: "";
    width: 60%;
    height: 60%;
    background: #d4a63f;
    display: block;
}


/* ================================
   DOUBLE DIAMOND LISTS
   ================================ */

ul.double-diamond {
    list-style: none;
    padding-left: 2em;
}

ul.double-diamond li {
    position: relative;
}

ul.double-diamond li::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: 0.35em;
    width: 0.75em;
    height: 0.75em;
    border: 1.5px solid currentColor;
    transform: rotate(45deg);
    box-sizing: border-box;
}

ul.double-diamond li::after {
    content: "";
    position: absolute;
    left: calc(-1.2em + 0.75em/2 - 0.3em/2);
    top: calc(0.35em + 0.75em/2 - 0.3em/2);
    width: 0.3em;
    height: 0.3em;
    background: #c8a24a;
    transform: rotate(45deg);
}


/* ================================
   DECO FRAMES
   ================================ */

.deco-frame {
    max-width: 45%;
    padding: 16px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #111;
    position: relative;
}

.deco-frame::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 2px solid #c8a24a;
    pointer-events: none;
}

.deco-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(#111, #111) 0 0 / 40px 2px no-repeat,
        linear-gradient(#111, #111) 0 0 / 2px 40px no-repeat,
        linear-gradient(#111, #111) 100% 0 / 40px 2px no-repeat,
        linear-gradient(#111, #111) 100% 0 / 2px 40px no-repeat,
        linear-gradient(#111, #111) 0 100% / 40px 2px no-repeat,
        linear-gradient(#111, #111) 0 100% / 2px 40px no-repeat,
        linear-gradient(#111, #111) 100% 100% / 40px 2px no-repeat,
        linear-gradient(#111, #111) 100% 100% / 2px 40px no-repeat;
}

.deco-frame img {
    display: block;
    width: 100%;
    height: auto;
}

/* ================================
   CAMERA EBAY LINK
   ================================ */

#camera-ebay-link {
    border: 2px solid #d4a63f;
    background: #000;
    color: #ffffff;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

#camera-ebay-link::before {
    content: "";
    position: absolute;
    inset: 3px; /* move border inward */
    border: 2px solid #d4a63f;
    pointer-events: none;
}

#camera-ebay-link img {
    max-width: 150px;         /* Adjust as needed */
    height: auto;
    display: block;
}

#camera-ebay-link p {
    margin: 0;
}


/* ================================
   EBAY MARKETING BOX
   ================================ */

.cinema-deco {
    width: 300px;
    min-height: 310px;
    background: #000;
    border: 4px double #d4af37;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Arial Narrow", Arial, sans-serif;
    color: #ffffff;
   
}

    .cinema-deco .deco-ebay-inner {
        width: 100%;
        height: 100%;
        border: 2px solid #d4af37;
        padding: 12px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
     
}

.cinema-deco .deco-ebay-logo img {
    max-width: 90px;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 3px #000);
}

.cinema-deco .deco-ebay-title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #ffffff;
}

.cinema-deco .deco-ebay-sub {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
}

/* Reset diamond bullets inside eBay box */
.cinema-deco .deco-ebay-list li::before,
.cinema-deco .deco-ebay-list li::after {
    content: none;
}

/* eBay list container */
.cinema-deco .deco-ebay-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.4;
}

.cinema-deco .deco-ebay-list a {
    color: #ffffff;
}

/* Gold bullet */
.cinema-deco .deco-ebay-list li {
    list-style: none;
    position: relative;
}

.cinema-deco .deco-ebay-list li::before {
    content: "•";
    color: #d4af37;
    font-size: 1.2em;
    margin-right: 0.35em;
    position: relative;
    top: -1px;
}

/* CTA button */
.cinema-deco .deco-ebay-cta {
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background: #d4af37;
    padding: 6px 0;
    border-radius: 2px;
    font-weight: bold;
    box-shadow: 0 0 6px #d4af37;
}

.cinema-deco .deco-ebay-cta:hover {
    background: #f5d76e;
}

/* Disclosure */
.cinema-deco .deco-ebay-disclosure {
    font-size: 12px;
    text-align: center;
    color: #dddddd;
    opacity: 0.8;
}
/* ================================
   RESPONSIVE: 760px–1023px
   ================================ */

@media screen and (min-width: 760px) and (max-width: 1023px) {

    body {
        font-size: 16px;
    }

    #top-padding {
        height: 42px;
    }

    #hero-overlay {
        top: 60px;
    }

    .topleft {
        display: block;
    }

    .tile-block,
    .tile-preview-block,
    .two-thirds-block {
        width: 45%;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 16px;
        line-height: 18px;
    }

    h2 a {
        font-weight: 700;
        font-size: 15px;
        line-height: 19px;
    }

    h3 {
        font-size: 15px;
    }

    .menuprev li {
        margin-top: 10px;
    }

    .pagepreview h4 {
        font-size: 15px;
    }

    .pagepreview p {
        font-size: 15px;
    }
}


/* ================================
   RESPONSIVE: max-width 759px
   ================================ */

@media screen and (max-width: 759px) {

    body {
        font-size: 14px;
    }

    #top-padding {
        height: 42px;
    }

    #hero-overlay {
        top: 40px;
    }

    #logo-sub {
        top: 5px;
        width: 5%;
    }

    .topleft {
        display: block;
    }

    #top-padding.large {
        height: 40px;
        width: auto;
    }

    .info-box {
        padding: 2px;
    }

    .tile-block,
    .tile-block-2,
    .tile-preview-block,
    .tile-preview-block-2,
    .two-thirds-block {
        width: 96%;
        margin: 1%;
        padding: 2%;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 15px;
        line-height: 17px;
    }

    h2 a {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
    }

    h3 {
        font-size: 14px;
    }

    #bottom {
        font-size: 10pt;
        line-height: 20pt;
    }

    .imgmax img {
        max-width: 100%;
        height: auto;
    }

    .deco-frame {
        max-width: 380px;
    }

    .info-box-wide img {
        max-width: 50%;
        height: auto;
    }

    .tile-block-2 img {
        max-width: 100%;
        height: auto;
    }

    .hide-marbella {
        display: none;
        visibility: hidden;
    }

    .topright {
        margin-right: 7px;
    }


    .menuprev li {
        margin-top: 10px;
    }

    #breadcrumb {
        font-size: 14px;
    }

    .pagepreview h4 {
        font-size: 16px;
    }

    .pagepreview p {
        font-size: 15px;
    }

    .pagepreview img {
        max-width: 100%;
        height: auto;
    }

    .star-size {
        width: 20px;
        height: 20px;
    }
}


/* ================================
   PRINT STYLES
   ================================ */

@media print {

    #topmenu,
    .tile-preview-block-2,
    #bottom,
    .info-block-grey,
    .shareiconsshort,
    #top-padding,
    .no-print,
    #herowrapper,
    #herowrappersub,
    #camera-ebay-link,
    #breadcrumb,
    .deco-divider
    {
        display: none;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }

    .print-it {
        display: block;
    }

    .no-break {
        page-break-inside: avoid;
    }

    h1,
    h2,
    h3 {
        page-break-after: avoid;
        page-break-inside: avoid;
        color: #000000;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
        clear: both;
    }

    p {
        font-size: 14px;
    }

    .tile-block-2 {
        font-size: 14px;
    }

    #herowrappersub::after {
        padding-top: 30px;
    }

    p.small-font {
        font-size: 14px;
        color: #000000;
    }

    p.orange-font {
        display: none;
    }
    .deco-frame::before,
.deco-frame::after { display: none; }


}