/*
 Theme Name:   Catch Responsive - My Baby Health Nurse
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Catch Responsive - My Baby Health Nurse
 Author:       Phillip Thomas
 Author URI:   http://example.com
 Template:     catch-responsive
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  catch-responsive-learntoplay
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/*
 *   Site Main Menu
 */

/* Menu */
.nav-primary {
    background-color: #535353;
}

body {
    background-color: #FFFFFF;
    color: #535353;
}

/* Baby Health Clinics */
.bhc-table {
  border:0px;
  margin-bottom: 0px;
}
.bhc-td-label {
  border:0px;
  padding: 0px 4px 0px 0px;
  font-weight: bold;
  white-space: nowrap;
}
.bhc-td-details {
  border:0px;
  padding: 0px;
  font-style: italic;
}

#feature-slider .entry-title {
  padding-bottom: 15px;
}
#feature-slider .entry-container {
  left: 30%;
  width: 40%;
}

/* Customise masthead */

//#masthead {
//    padding: 0;
//    margin: 20px 0 0;
//    background-color: #000000;
}

//#masthead .search-field {
//  background-color: #000000;
//  box-shadow: none;
//}

.logo-right {
  padding: 5px 0px 5px 0px;
}

#feature-slider {
  padding-bottom: 0;
}

/* Promotion Bar on home page */
#promotion-message {
  background-color: #ffa0ff;
  border-top: none;
  border-bottom: none;
}
#promotion-message .wrapper {
  padding: 0;
}
#promotion-message .columns {
  padding: 10px;
}
#promotion-message .left {
  color: #000;
  font-weight: bold;
}
#promotion-message .right .promotion-button {
  background-color: #f0f0f0;
  border: 2px solid #eee;
  margin-top: 0;
  padding: 0px 10px;
}

