*, h1, h2, h3, h4, h5, h6, p, a, .button, ul {
  font-family: 'Karla', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 20px 0;
  color: inherit;
}

img {
  padding-bottom: 10px;
}

h1, h2, h3, h4 {
  color: #2A7A79; /*teal*/ 
}

.hours {
  color: #DA2027; /*red*/
}

h2.hours {
  font-size: 26px;
  margin-top: 77px;
}

h3.hours {
  font-size: 18px;
  margin-bottom: 0px;
}

h3.address {
  font-size: 18px;
}

a {
  color: #2A7A79; /*teal*/
  font-weight: bold;
}

a:hover {
  color: #3eb3b1 !important; /*light-teal*/
}

img.full-width {
  width: 100%;
}

hr {
  border-color: #2A7A79; /*teal*/
  border-width: 1px;
}

button, .button {
  background-color: #2A7A79; /*teal*/
}

button:hover, .button:hover {
  background-color: #3eb3b1; /*light-teal*/
}

/* hack to keep left/right div.row borders off mobile screen edges */
div.row {
  padding-left: 2px !important;
  padding-right: 1px !important;
}

/*RED TOP*/

.red-top {
  background-color: #DA2027; /*red*/
}

img.four-star-logo {
}

img.social-media-icons {
  padding-left: 10px;
  float: right;
  margin-top: 80px;
}

/*SEARCH BAR*/

.search-bar {
  background-color: #F1F1F1;
  padding-top: 22px !important;
}

#search_bar_form {
  padding: 0 25px 25px;
}

#search_title {
  color: #2A7A79; /*teal*/ 
  font-weight: bold;
  font-size: 26px;
}

#search_options_link {
  padding-top: 8px;
}

#search_options {
  display: none;
}


/*NAVIGATION*/

nav.top-bar {
  text-align: center;
}

/* THIS MOFO DOESN'T WORK */
#nav_top_bar {
  padding-bottom: 25px !important;
}

section.top-bar-section {
  display: inline-block;
}

.top-bar {
  background: black;
}

.top-bar.expanded {
  background:black;
}

.top-bar-section ul li {
  background: black;
}

.top-bar-section ul li > a {
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.swingtime-logo {
  padding-top: -200px;
  margin: 0 auto;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  background: none;
  color:#239bca;
}

.top-bar-section li:nth-child(6) {
  background: none;
}

.facebook-icon {
  width: 30px;
  padding-top: 3px;
  margin-bottom: -4px;
}

/*medium only*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 13px;
  } 
}


/*medium and up*/

@media only screen and (min-width: 64.063em) {
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 35px;
  }
}


/* MAP */

/* main index */
div#main_map {
  height: 300px;
  width: 300px;
  max-width: 100%;
  max-height: 100%;
}

/*div#main_map iframe {
  /*position: absolute;*
  top: 0;
  left: 0;
  width: 300;
  height: 300;
  border: 0;
}*/


/*CONTENT*/

blockquote {
  border: none;
  background: #dad0d0;
  padding: 15px;
  color: #441212;
  font-size: 18px;
  float: right;
}

blockquote cite {
  color: #441212;
  font-size: 16px;
}

.staff-pick-blurb {
  font-size: 13px;
}

div.staff-pick-comment {
  background-color: #F1F1F1;
  padding: 15px;
}

div.staff-pick-label {
  float: right;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #DA2027;
}

span.staff-comment {
  color: #DA2027;
  font-style: italic;
}

.catalog-result {
  padding-top: 15px;
}

span.catalog_title {
  font-size: 26px;
}

span.external-country-link {
  font-size: 12px;
}

span.alert_text {
  color: #DA2027;
}


/*FOOTER*/


footer {
  background-color: black;
  color: white;
  margin-top: 15px;
}

.footer-contact {
  margin-top: 20px;
  font-size: 14px;
  color: white !important;
}

.footer-link li{
  color: white !important;
  font-size: 12px !important;
}

.footer-link a {
  font-size: 13px !important;
}

.credit-copyright {
  font-size: 11px;
  text-align: center;
}

.promo-date {
  font-size: small;
}

.rwd-line {
  display: block;
}

/* medium and up */
@media screen and (min-width: 64.063em) {
  .rwd-line {
    display: inline !important;
  }
}
