/*
 Theme Name:   Harp Column Child
 Theme URI:    http://example.com/smartmag-child/
 Description:  SmartMag Child Theme for Harp Column
 Author:       Hugh Brock
 Author URI:   http://example.com
 Template:     smart-mag
 Version:      1.0.0
*/

@import url("../smart-mag/style.css");

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

#buddypress #whats-new-options {
	overflow: hidden;
}

#buddypress form#whats-new-form textarea {
	overflow: hidden;
}

/* fix buddypress - smartmag conflict on "wrap" */

#buddypress .wrap {
    float: left;
    width: 97%;
}

/* style the banner ad widget */

div.ad_container_1 {
  float: right;
  margin-top: 22px;
}

.pmpro_level-price-select {
  text-align: center;
  min-height: 150px;
  width: 200px;
  margin-top: 20px;
  float: left;
}

.bbp-logged-in .links li {
  margin-bottom: 1em;
}
.bbp-logged-in .links li a {
  font-weight: bold;
}

.current-level-text {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#bbpress-forums .forums .bbp-body .post-content {
        font-size: 14px;
        color: #333;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 15px;
    color: #222
}

/* Provide a 6-column grid */

div.column.one-6 { width: 16%; }

/* fix event calendar buttons */

#tribe-community-events a.button {
    color: #fff;
}

.tribe-events-event-image {
    margin: 0;
}
.tribe-events-event-image .attachment-post-thumbnail {
    clear: left;
    float: left;
    padding: 0 10px 10px 0;
}

.tribe-mini-calendar-event .list-info {
    width: 90%;
}



.hc_post_thumbnail {
    clear: left;
    float: left;
    padding: 0 10px 10px 0;
}

h2.hc_entry_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
}

/* fix AWPCP listing menu buttons */

a.awpcp-classifieds-menu--menu-item-link.button {
  color: #fff
}
