﻿/* 
   This css file should contain only specific styles for the "Full Width Divisions" layout 
*/

body {
    background: #222222;
    color: #666;
}

#page-body {
    height: auto;
    min-height: 95%;
    display: flex;
    flex-direction: column;
}

nav.main-navbar {
    font-size: 0.9rem;
    padding: 0;
    border-radius: 0;
}


.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: visible;
    padding: 5px 0;
    -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);
    margin: 0 -15px;
}

    .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: 50px 10% 50px 10%;
    align-content: center;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.body-content-override {
    min-height: 0;
}

    .body-content-override .row-content-body {
        flex-grow: 0 !important;
    }

    .body-content-override .content-body {
        padding: 50px 10% 50px 10%;
    }



.content-footer {
    background: #000000;
    text-align: center;
    font-size: 14px;
    overflow: visible;
    padding: 25px 10%;
    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;
    }

     .footer-expeed-notice,
  .footer-copyright-notice {
    font-size: 13px;
    line-height: 1.2;
  }

.content-section-footer {
    padding: 15px 0;
}

.content-section-abovebanner,
.content-section-belowbanner,
.content-section-insidebanner {
    margin: 0 -15px;
}


/* BEGIN breadcrumb */

.breadcrumb {
    padding: 0;
    font-size: 0.85rem;
}

ol.breadcrumb {
    padding: 8px 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

.breadcrumb li {
    line-height: 1;
    font-size: 18px;
}

/* END breadcrumb */

/* BEGIN Banner */
.main-banner-logo {
    padding: 50px 0;
    width: 100%;
    justify-content: center !important;
}

@media (min-width: 992px) {
    .main-banner-logo {
        padding: 50px 50px 0 50px;
        justify-content: start !important;
    }
}

.hero-headline {
    font-size: 50px;
    text-align: center;
}

@media (min-width: 992px) {
    .hero-headline {
        font-size: 54px;
        margin-top: 50px;
        margin-right: 16%;
    }
}

@media (min-width: 1200px) {
    .hero-headline {
        font-size: 66px;
    }
}

@media (min-width: 1400px) {
    .hero-headline {
        font-size: 76px;
    }
}
/* END Banner */

/* BEGIN Footer content */

.big-slogan {
    font-size: 65px;
    font-weight: 700;
    text-align: center;
    margin: 30px auto;
}

@media (min-width: 992px) {
    .big-slogan {
        font-size: 80px;
    }
}

.contact-block {
    font-size: 16px;
    text-align: left;
}

@media (min-width: 992px) {
    .contact-block {
        font-size: 18px;
    }
}

.contact-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.8em;
    margin-bottom: 0.6em;
}

/* END Footer content */

/* BEGIN main menu */

.content-widget-type-sitemenu .content-widget {
    flex-grow: 0;
    align-self: flex-end;
}

.main-navbar {
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
}

    .main-navbar .navbar-nav {
        margin-left: auto !important; /* force to right */
    }


.main-navbar li.nav-item {
    padding: 0;
}

.main-navbar .navbar-nav .nav-link {
    padding: 0.75rem;
}

.navbar .dropdown-menu {
     border-top: 0;
    border-radius: 0;
}

    .navbar .dropdown-menu .nav-link {
        padding: 0.25rem 0.75rem;
    }


/* END Main Menu *


    /* BEGIN Call to action homepage cards */
.cta .card {
    border-radius: 0;
    border: none;
    border-bottom: 15px solid #ccc;
    color: #fff;
    background-color: #000;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    margin-bottom: 1rem;
}

.cta img {
    transition: all 0.25s ease-in-out;
    border-radius: 0;
}

.cta .card-img-overlay {
    top: auto;
    height: auto;
}

.cta .card-title {
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 0;
}

.cta.dark-text a, 
.cta.dark-text a:active, 
.cta.dark-text a:visited, 
.cta.dark-text a:hover {
    color: #000;
}

.cta a:hover img {
    transform: scale(1.1);
}

@media (min-width: 576px) {
    .cta {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .cta {
        max-width: 49%;
    }
}

@media (min-width: 992px) {
    .cta {
        max-width: 32%;
    }
}

/* END Call to action homepage cards */


/********* 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 */
}

.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;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 15px 0;
}

.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;
}

@media (min-width: 768px) {
    .product-category-tile-text-wrapper {
        padding: 0;
    }
}

.product-category-tile-title {
    /* the category title text */
    text-align: center;
}

.product-category-tile-synopsis {
    /* the category synopsis text */
    font-size: 90%;
}

.product-category-tile-link {
    /* additional link to the product category */
}

.product-category-tile-link-text {
    /* link tag of the prduct category tile link */
    font-size: 90%;
}

.product-grid {
    justify-content: space-between;
}

/********* 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;
}

.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;
    }

    .merchandise-tile,
    .search-tile {
        max-width: 42%;
        min-width: 42%;
        max-width: 42%;
    }
}

/* 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%;*/
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .merchandise-tile,
    .search-tile {
        /*max-width: 46.75%;
        min-width: 45%;
        max-width: 46.75%;*/
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .merchandise-tile,
    .search-tile {
        width: 30%;
        min-width: 30%;
        max-width: 30%;
    }
}

.page-forgot-details p {
    text-align: center;
}

.content-section-topofpage .content-widget-type-headercart {
    position: relative;
    float: right;
}

.expanding-search {
    top: -34px;
    right: 5px;
}

.content-section-topofpage .content-widget-type-headeraccount,
.content-section-topofpage .content-widget-type-headercart {
    padding-right: 70px;
}

@media (min-width: 768px) {
    .content-section-topofpage .content-widget-type-headercart {
        position: absolute;
        float: none;
        width:auto;
        right:0;
    }

    .expanding-search {
        right: 15px;
    }
}


@media (min-width: 1046px) {
    .expanding-search {
        top: 0;
    }
}