div#searchBox {
    display: none;
}

body {
    background-image: URL('/content/Images/branding/80s_background1-.jpg');
}

div#menu {
    background-color: #872A90;
}

.menuContainer.main-nav .nav .menuTopItem .menu_item,
a.menu_item {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.header-content {
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    .header-content {
        background-image: URL('/content/Images/Childrens-Theatre-logo-150.png');
    }

    .header-content img {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    #menu .menuTopItem .menu_item .glyphicon.glyphicon-chevron-down,
    #menu .menu_item.dropdown-toggle {
        display: none;
    }

    #menu .menuTopItem:hover > .dropdown-menu {
        display: block;
        margin: 0;
    }
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #33004b;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #33004b;
}

.dropdown-menu > li > a {
    background-color: #872A90;
    color: white;
    font-weight: bold;
}

ul.nav.nav-tabs {
    font-size: 16px;
}

div#customer-utilities {
    background-color: #872A90;
}

.header-content img {
    max-width: 100%;
}

#content .main-article-body {
    background-color: #f91bdc;
    color: black;
    padding: 10px;
}

#content .secondary-linked-feature-div {
    background-color: #f1e141;
    color: #471C44;
    padding: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 24px;
}

.questions .venue,
a.linkNone {
    font-size: 20px;
}

.alert {
    color: black;
}

span#tsTimerMessage,
span#tsTimerDisplay,
li.activePromocodeText,
li.promoCodeListItem,
input.login-submit.btn.btn-default,
div#customer-order-info,
a#orderInfoCartLink,
input.navBack.btn.btn-default,
a.select-seat-price.btn.btn-default,
a.btn.btn-default,
input.btn.btn-default,
a.btn.btn-link,
input.btn.btn-link {
    color: white;
}

.btn {
    background-color: #337ab7 !important;
}

.container,
body#popupBody,
div#header {
    background-color: white;
}

input#decline-button {
    display: none;
}

.jumbotron .container {
    background-color: #377ab7;

}

.login-heading {
    font-size: 18px;
}

.form-control[size] {
    width: 100%;
}

.promo-link {
    font-size: 18px;
}

.btn-danger {
    background-color: red !important;
}

@media screen and (max-width: 992px) {
    img[alt|="Send to my Calendar"] {
        display: none;
    }

@media screen and (min-width: 400px)  {
	   .mobile-break {display: none; }
}