html, body {
    height: 100%;
    margin: 0;
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

.wrapper {
    min-height: 100%;
}
.footer {
    height: 180px;
}
.push {
    height: 50px;
}
/* MAIN NAV STYLES */
ul#collapse-menu-list {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-around;
    margin-top: -27px;
}

.site-branding {
    width: 0;
}

.site-branding img {
    width: 8em;
    margin-top: 1em;
    margin-right: 0.5em;
}

#collapse-menu-list a {
    color: #383838;
}
.collapsible-menu label {
    cursor: pointer;
    background: url(img/bars-solid.svg) no-repeat left center;
    padding: 10px 0 10px 50px;
    float: right;
    margin-top: -30px;
}

input#menu {
    display: none;
}

/* MAIN NAV RESPONSIVE STYLES */
@media only screen and (min-width: 1000px) {
    .collapsible-menu label {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .collapsible-menu label {
        margin-top: -25px;
    }
    input:disabled, ul#collapse-menu-list {
        display: none;
    }
    input:checked + label {
        background-image: url(img/times-solid.svg);
    }
}

/* SECONDARY NAV STYLES */
ul.secondaryNavMenu {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 2.5em;
    border-bottom: 1px solid #F0F0F0;
}

.secondaryNavigation {
    background: #F8F8F8;
}

ul.secondaryNavMenu li a {
    font-size: 20px;
    font-style: italic;
    color: #282828;
}

/* SECONDARY NAV RESPONSIVE STYLES */
@media only screen and (max-width: 575px) {
    ul.secondaryNavMenu {
        flex-direction: column;
    }
}

/* PAGE TITLE STYLES */
.pageTitle {
    text-align: center;
    border-bottom: 1px solid #A9A9A9;
    margin-right: 4em;
    margin-left: 4em;
    margin-bottom: 2em;
}

.pageTitle h2 {
    color: #484848;
    font-weight: 300;
    font-style: italic;
}
/* HOMEPAGE STYLES */
.homePageBannerImg {
    text-align: center;
}

/* ABOUT DANA BUSCH STYLES */
.aboutDanaImg {
    text-align: center;
}

.aboutDanaImg img {
    width: 15em;
}
.aboutDanaText {
    font-size: 19px;
    font-style: italic;
    padding-right: 4em;
}

.eventBox a:hover {
    text-decoration: none;
}

.eventBoxAttributes {
    background-repeat: no-repeat;
    height: 35em;
    background-size: cover;
    margin: 2em;
}

.eventBoxDetails {
    color: transparent;
    font-style: italic;
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.eventBoxDetails:hover {
    color: white;
    background-color: black;
    opacity: 0.7;
}

.eventBoxTitle h3 {
    font-size: 36px;
}

.eventBoxLocation h4 {
    font-size: 29px;
}

.eventBoxDate h5 {
    font-size: 24px;
}
.mobileEventDetails {
    display: none;
}
/* EVENT BOX RESPONSIVE STYLES */
@media only screen and (max-width: 1000px) {
    .mobileEventDetails {
        display: block;
        text-align: center;
        color: #383838;
    }
    .eventBox {
        margin-bottom: 10em;
    }
}

/* POLICIES STYLES */
.policiesText {
    font-style: italic;
}
.policiesText p {
    font-size: 18px;
}

/* PRESS BOX STYLES */
.row.pressItemImageRow img {
    width: 24em;
}

.pressLeftImage {
    text-align: center;
}

.pressRightImage {
    text-align: center;
}

.pressItemName {
    margin-bottom: 2em;
}

.pressItemName p {
    margin-top: 1em;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 2px;
}

.pressItemURL a {
    font-style: italic;
    text-decoration: underline;
    color: black;
}

.pressItemDesc p {
    font-style: italic;
    margin-bottom: 5px;
}

div#pressItems {
    display: flex;
    flex-direction: column-reverse;
}

.pressBox {
    text-align: center;
}

.pressBoxImage img {
    height: 25em;
}

.pressBoxTitle {
    color: #484848;
    font-style: italic;
}

.pressBox a:hover {
    text-decoration: none;
}

/* PRESS ROWS */
.podcastsRow img {
    height: 13em;
    /* text-align: center; */
}

.interviewImage {
    text-align: center;
}

.interviewInfo {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

hr.pressRowLine {
    border-top: 1px solid #A9A9A9;
}

/* CONTACT INFORMATION STYLES */
.contactInformationText p {
    font-size: 20px;
    font-style: italic;
}

.contactText {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}
.contactText p {
    margin-bottom: 3px;
}

.contactText a {
    color: black;
}

/* JEWELRY GALLERY STYLES */
.searchingForAnItemRow {
    text-align: center;
}

.searchingForAnItemRow a {
    font-size: 16px;
    color: #484848;
}
.jewelryGalleryDiv {
    text-align: center;
    height: 420px;
}

.jewelryGalleryLink {
    padding: 20px;
    font-size: 20px;
    font-style: italic
}

span.jewelryNumber p {
    margin-bottom: 0;
}

.jewelryGalleryLink a {
    color: #484848;
}

.jewelryGalleryItem img {
    width: 60%;
    max-height: 400px;
}

.exclusiveCollectionBox {
    margin: 3em;
}

.exclusiveCollectionBox a:hover {
    text-decoration: none;
}

.exclusiveCollection {
    height: 25em;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #505050;
}

.exclusiveCollectionBoxTitle {
    text-align: center;
    height: 100%;
    color: transparent;
    font-size: 25px;
    font-style: italic;
    padding: 15px;
}

.exclusiveCollectionBoxTitle:hover {
    background-color: #EEE8AA;
    color: black;
    opacity: 0.7;
}

.exclusiveCollection:hover {
    border: 1px solid #DAA520;
}
.exclusiveCollectionBoxMobile {
    display: none;
}

/* EXCLUSIVE COLLECTIONS RESPONSIVE */
@media only screen and (max-width: 1000px) {
    .exclusiveCollectionBoxMobile {
        display: block;
        text-align: center;
        font-size: 30px;
        background-color: #DCBF5E;
        margin: 1em 2em;
        color: #383838;
    }
}

/* CAROUSEL STYLES */
div#carousel {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
}

div#carouselBody {
    overflow-x: hidden;
}

.carousel-slide {
    width: 100vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 5vh;
}

.carousel-slide img {
    height: 325px;
    margin-bottom: 25px;
}

.prodImageCol {
    text-align: center;
}

.productDetails {
    font-style: italic;
    color: #383838;
    font-size: 12px;
    padding-left: 7em;
}

.productName {
    font-size: 14px;
    margin-bottom: 1em;
}

.productDescrip {
    margin-bottom: 1em;
}

.prodImage {
    width: 50vw;
   /* text-align: center;*/
}

.slideRow {
    width: 50vw;
}
.productLength {
    font-size: 12px;
    margin-bottom: 1em;
}

.productPrice {
    font-size: 14px;
}

div#btnInquire {
    margin: 5px;
}

div#btnInquire p {
    border: 1px solid lightgrey;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}

div#btnInquire a {
    color: #383838;
}
.carouselIndicators i {
    font-size: 40px;
    color: #505050;
}

.leftChevron {
    position: absolute;
    top: 50vh;
    left: 15px;
}

.rightChevron {
    position: absolute;
    top: 50vh;
    right: 15px;
}

.carouselIndicators {
    display: none;
}

.carouselBody {
    display: none;
}

/* CAROUSEL SUB CATEGORY STYLES */
div#carouselSubCat {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
}

/* JEWELRY PRODUCT FORM */
form {
    font-weight: bold;
}

form.productSubmissionForm {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

form.productSubmissionForm label {
    width: 100%;
}

form.productSubmissionForm input {
    width: 100%;
}
form.productSubmissionForm textarea {
    width: 100%
}


label.formSelectLabel {
    width: 25%;
}

label.formCheckBox {
    width: 1em;
}

label.formCheckBox input {
    width: 2%;
}

/* CREATE WISH LIST USER FORM */
form.wishlistSignUpForm {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form.wishlistSignUpForm input {
    width: 100%;
}

form.wishlistSignUpForm label {
    width: 100%;
}

label.checkBox {
    width: 5em;
}

label.checkBox input {
    width: 2%;
}

/* WISH LIST SIGN IN PAGE */
h3.wishlistTitle {
    /* text-align: center; */
    font-style: italic;
}

/* SEARCH FOR WISH LIST USER FORM */
form.wishlistSearchForm {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

form.wishlistSearchForm input {
    width: 100%;
}

/* SIGN IN TO WISH LIST FORM */
form.wishlistAccountForm {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

form.wishlistAccountForm input {
    width: 100%;
}

/* ITEM SEARCH FORM */
.searchResultsImage img {
    height: 15em;
}

.searchResultsImage {
    text-align: center;
}

/* JEWELRY GRID ITEMS STYLES */
div#gridContainer {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

div#gridItem {
    width: 25%;
    text-align: center;
}

.gridItemImage img {
    height: 10em;
}

.gridItemName {
    margin: 3em;
    font-style: italic;
    font-weight: 100;
}

/* STORE LOCATIONS STYLES */
.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
}

.storeInformationContainer p {
    margin-bottom: 5px;
}

p.storeInfo {
    font-weight: 600;
}

h4.MMGStorePage {
    font-weight: 300;
}

h4.MMGStorePage a {
    color: #212529;
    text-decoration: underline;
}

/* FOOTER STYLES */
.footerLogo {
    text-align: center;
}

.footerLogo img {
    width: 9em;
    margin: 0.5em;
}

.footerBranding h3 {
    font-size: 27px;
    font-style: italic;
    font-weight: 400;
}

.footerCopyright {
    text-align: center;
}

.socialMediaNav {
    text-align: center;
}

.socialMediaNav i {
    font-size: 24px;
}

i {
    color: #D8D8D8;
    font-size: 40px;
}

/* FOOTER RESPONSIVE STYLES */
@media only screen and (max-width: 768px) {
    .footerLogo {
        text-align: center;
        margin-bottom: 0;
    }

    .footerBranding {
        padding: 0;
    }

    .footerBranding h3 {
        margin-top: 0;
    }

    .socialMediaNav {
        text-align: center;
        margin-right: 0;
    }
}

/* MISSION CONTROL FORM STYLES */
.missionControlLoginForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button.missionControlSubmit {
    width: 50%;
}

.missionControlLoginForm label {
    width: 50%;
}

.missionControlLoginForm input {
    width: 100%;
}

/* PRESS FORM STYLES */
form.pressItemForm label {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* ADD TO CART AND WISHLIST */
.addToWishlist button {
    background: transparent;
    margin: 0.25em;
    text-align: center;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 5px;
}

.addToCart button {
    background: transparent;
    margin: 0.25em;
    border: 1px solid black;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}

/* SHOPPING CART */
div#paypal-button-container {
    width: 50%;
}

table#shoppingCartList {
    width: 100%;
}

tr.cartItemRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

tr.cartItemRow td {
    text-align: center;
}

td.cartItemImage {
    width: 75%;
    display: flex;
}

td.cartItemImage img {
    height: 10em;
    margin-left: 5em;
}

.removeItemButton button {
    background: transparent;
    margin: 0.25em;
    border: 1px solid black;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
}

.checkoutButtons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.checkoutButtons button {
    background: transparent;
    margin: 0.25em;
    border: 1px solid black;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
}

/* MISSION CONTROL STYLES */
div#mcNavigation {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

button.mcButton {
    margin: 0 2em;
    padding: 0.5em;
    background-color: transparent;
    border-radius: 2px;
}

form.mcSearchForm {
    margin-top: 0.5em;
}

button.mcSearchButton {
    background: transparent;
    border-radius: 2px;
}

div#jewelryTablesNavigation {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#jewelryTablesNavigation button {
    padding: .75em;
    margin: 0.5em;
    width: 15em;
}