﻿/* 
   This css file should contain only specific styles for the "Fixed Width Content" layout 
*/

body {
    background: #aaa;
    color: #666;
}

#page-body {
    height: auto;
    min-height: 95%;
    display: flex;
    flex-direction: column;
}

nav.main-navbar {
    font-size: 0.9rem;
}


.page-home-page .page-heading {
    text-align: center;
}


.login-bar {
    background: #000000;
    color: #bbb;
    font-size: 14px;
    line-height: 32px;
    height: auto;
    border-radius: 0 0 4px 4px;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    -webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.4);
    box-shadow: 0 3px 2px -2px rgba(0,0,0,0.4);
}

    .login-bar a, .login-bar a:visited {
        color: #bbb;
        text-decoration: none;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
    }

        .login-bar a:hover, .login-bar a:active {
            color: #fff;
        }

    .login-bar .glyphicon, 
    .cart-summary-footer .glyphicon {
        color: #515151;
    }

        .login-bar .glyphicon {
            font-size: 18px;
            vertical-align: middle;
        }

    .login-bar a.header-checkout-now,
    .header-checkout-now .glyphicon {
        color: #fff;
    }

.cart-summary-container {
    position: absolute;
    right: 0;
    width: 100%;
}
.content-body {
    background: rgba(250,250,250,1);
    padding: 0 30px;
    align-content: center;
    display: flex;
    flex-direction: column;
}

.body-content-override {
    min-height: 0;
}

    .body-content-override .row-content-body {
        flex-grow: 0 !important;
    }

    .body-content-override .content-body {
        padding: 0;
    }

    .body-content-override ol.breadcrumb{
        padding: 0 30px;
    }


.content-footer {
    background: #000000;
    text-align: center;
    font-size: 14px;
    overflow: visible;
    padding: 15px 0;
    min-height: 100px;
    width: 100%;
}

    .content-footer nav a {
        color: #bbb;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
    }

        .content-footer nav a:hover {
            color: #fff;
            text-decoration: none;
        }


.content-section-abovebanner,
.content-section-belowbanner,
.content-section-insidebanner {
    margin: 0 -15px;
}

.breadcrumb {
    padding: 0;
    font-size: 0.85rem;
}


/********* Product Category Header *********/

.product-category-header
{
    /* Wrapper element for the whole category header */
    margin-bottom: 30px;
}

.product-category-header-image-wrapper {
    /* Wrapper element for the category image */
}

.product-category-header-image {
    /* the category image */    
    max-height: 240px;
}

.product-category-header-text-wrapper {
    /* Wrapper element for the category title and synopsis text */
}

.product-category-header-title {
    /* the category title text */
}

.product-category-header-synopsis {
    /* the category synopsis text */
}



/********* Product Category Tile *********/

.product-category-tile-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.product-category-tile {
    /* Wrapper element for the whole category tile */
    margin-bottom: 15px;
    width: 100%;
    flex-grow: 1;
}

.product-category-tile-image-wrapper {
    /* Wrapper element for the category image */
}

.product-category-tile-image {
    /* the category image */
    padding: 15px;
    margin: 0 auto;
}

.product-category-tile-text-wrapper {
    /* Wrapper element for the category title and synopsis text */
    padding: 15px;
}

.product-category-tile-title {
    /* the category title text */
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.product-category-tile-synopsis {
    /* the category synopsis text */
    font-size: 90%;
}

.product-category-tile-link {
    /* additional link to the product category */
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.product-category-tile-link-text {
    /* link tag of the prduct category tile link */
    font-size: 90%;
}

.product-grid {
    justify-content: flex-start;
}

/********* General Product Tile *********/

.product-tile {
    /* Wrapper element for the whole product tile */
    width: 100%;
    margin-bottom: 15px;
}

.product-tile-image-wrapper {
    /* Wrapper element for the product image */
}

.product-tile-image {
    /* Product image */
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto;
}

.product-tile-text-wrapper {
    /* wrapper element for title and synopsis texts */
    margin: 15px;
    text-align: center;
}

.product-tile-title {
    /* Product name */
}

.product-tile-synopsis {
    /* Product synopsis text */
}

.product-tile-price-wrapper {
    /* Wrapper element for the price block */
}

.product-tile-price {
    /* Prices block */
}

.product-tile-details-wrapper {
    /* Wrapper element view details link */
}

.product-tile-details-link {
    /* view details link */
}


/********* Merchandise Tile *********/

.merchandise-tile {
    /* Wrapper element for the whole product tile */
}

.merchandise-tile-image-wrapper {
    /* Wrapper element for the product image */
    min-height: 300px;
}

.merchandise-tile-image {
    /* Product image */
    margin: 0 auto;
}

.merchandise-tile-text-wrapper {
    /* wrapper element for title and synopsis texts */
}

.merchandise-tile-title {
    /* Product name */
    text-align: center;
}

.merchandise-tile-synopsis {
    /* Product synopsis text */
}

.merchandise-tile-info-wrapper {
    /* Wrapper element for the info block prices / details link */
}

.merchandise-tile-price-wrapper {
    /* Prices block */
    max-width: 49%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.merchandise-tile-details-wrapper {
    /* Wrapper element view details link */
    max-width: 49%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.merchandise-tile-details-link {
    /* view details link */
}


/********* Product Search Results Tile *********/

.search-tile {
    /* Wrapper element for the whole product tile */
}

.search-tile-image-wrapper {
    /* Wrapper element for the product image */
}

.search-tile-image {
    /* Product image */
    margin: 0 auto;
}

.search-tile-text-wrapper {
    /* wrapper element for title and synopsis texts */
}

.search-tile-title {
    /* Product name */
}

.search-tile-synopsis {
    /* Product synopsis text */
}

.search-tile-info-wrapper {
    /* Wrapper element for the info block prices / details link */
}

.search-tile-price-wrapper {
    /* Prices block */
    max-width: 49%;
    width: 100%;
    display:inline-block;
    vertical-align: middle;
}

.search-tile-details-wrapper {
    /* Wrapper element view details link */
    max-width: 49%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.search-tile-details-link {
    /* view details link */
}

/********* Price display block **********/
.price-block {
    /* a block containing price label and price amount */
    text-align: center;
}

.regular-price {
    /* a price block containing normal price */
}

.regular-price-label {
    /* label describing price */
    font-size: 0.75rem;
    text-transform: uppercase;
}

.regular-price-amount {
    /* price currency amount */
    font-size: 1.5rem;
}

.discount-price {
    /* a price block containing discount price */
}

.discount-price-label {
    /* label describing price */
    font-size: 0.75rem;
    text-transform: uppercase;
}

.discount-price-amount {
    /* price currency amount */

}

.member-price {
    /* a price block containing member price */
}

.member-price-label {
    /* label describing price */
    font-size: 0.75rem;
}

.member-price-amount {
    /* price currency amount */
}

.price-block .best-price {
    font-size: 2rem;
    font-weight: 700;
    color: #007bff;
}

/********* Product Detail Page *********/

.product-detail-section {
    /* Container for purchase info, description (and benefits if item has images or seating) */
}

.product-images-seating-section {
    /* Container for images, seating map (and benefits if item has no images or seating) */
}

.product-detail-purchase-info-wrapper {
    /* Container element for price, purchase restriction and add to cart form */
}

.card-purchase-restriction {
    /* bs card containing purchase restriction information */
}

.product-full-description {
    /* Container for full text description */
}

.product-benefits {
    /* Container for product benefits */
}

.benefits-list {
    /* List of benefits */
}

.product-details-seating-information {
    /* Container for product seating information */
}

.renewal-summary {
    /* renewal seat information */
}

.product-details-seating-map {
    /* Container for interactive seating map */
}

.product-detail-image-gallery {
    /* product details image gallery */
}

.product-detail-image-wrapper {
    /* container for the main product image */
}

.main-gallery-image {
    /* main product image */
}

.product-thumb-row {
    /* Container for row of gallery thumbnails */
    text-align: center;
    margin: 15px auto;
}

.product-thumb-row img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
}

.card-login-signup {
    width: 50%;
}
/********** Seating Map *********/
/*********** Responsive Tile Widths *********/
/* mobile first so all items should default to 100% or whatever is suitable for xs view */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .product-category-tile-title {
        text-align: left;
    }

    .product-tile-text-wrapper {
        margin-top: auto !important;
        margin-bottom: auto !important;
        text-align: left;
    }

    .merchandise-tile,
    .search-tile {
        width: 40%;
        min-width: 40%;
        max-width: 40%;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .merchandise-tile,
    .search-tile {
        width: 45%;
        min-width: 45%;
        max-width: 45%;
    }

    .content-widget-type-producttile .merchandise-tile {
        max-width: 400px;
        min-width: 100%;
        width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .merchandise-tile,
    .search-tile {
        width: 30%;
        min-width: 30%;
        max-width: 30%;
    }

    .content-widget-type-producttile .merchandise-tile {
        max-width: 400px;
        min-width: 100%;
        width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .merchandise-tile,
    .search-tile {
        /*width: 30.5%;
        min-width: 30.5%;
        max-width: 30.5%;*/
    }

    .content-widget-type-producttile .merchandise-tile {
        max-width: 400px;
        min-width: 100%;
        width: 100%;
    }
}

.page-forgot-details p {
    text-align: center;
}

/* BEGIN expanding search header */
.content-widget-type-compactsearchlink {
    width: 10px;
}

    .expanding-search.expanding-search-open {
        width: 320px;
    }
/* END expanding search header */

/* BEGIN Custom Pages */

.content-widget-00000000000000000000000000000000 .content-widget-content {
    width: 100%;
}


/* END Custom pages */

.content-section-abovebanner > .content-widget.content-widget-type-imagecarousel,
.content-section-insidebanner > .content-widget.content-widget-type-imagecarousel,
.content-section-belowbanner > .content-widget.content-widget-type-imagecarousel,
.content-section-abovesponsor > .content-widget.content-widget-type-imagecarousel,
.content-section-insidesponsor > .content-widget.content-widget-type-imagecarousel,
.content-section-belowsponsor > .content-widget.content-widget-type-imagecarousel,
.content-section-footer > .content-widget.content-widget-type-imagecarousel {
    padding-left: 0;
    padding-right: 0;
}

/* BEGIN page styles */
.page-login-register .content-body {
    justify-content: center;
}

/* END page styles */