/*
Theme Name: WildCommunity
Description: A BuddyPress Theme
Author: Diabolique Design
Author URI: http://themeforest.net/user/Diabolique
Theme URI: http://themeforest.net/item/wildcommunity-buddypress-theme/3146452
Tags: buddypress
Version: 1.1.3
*/

/*
Style is inside _inc/css/default.css
*/

/* Changed to allow personal avatars per: http://themeforest.net/item/wildcommunity-buddypress-theme/3146452/faqs/12706 */
#change-avatar-personal-li { display:block!important; }
/*.group-box img, .single-group-box-image-container img { height:135px!important;width:135px; }*/
.activity-inner img{
	display:none;
}
#content {
	background-color: #FFF;
	width: inherit !important;
}
#top-bar {
	left: 0;
}
#footer #activity-stream{display:none;}

.woocommerce img, .woocommerce-page img {
    height: auto;
   max-width: inherit 
}
div.ufaq-faq-title h4 {
    font-size: 19px;
}

[css]
body #blog_content .gform_wrapper ul {
width: auto;
}


a.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #f04e98 !important;
  border: 1px solid transparent;
  white-space: normal;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff !important;
  box-shadow: -5px 5px 5px -2px #2e2e2e;
  transition: .25s ease-in-out;
}

a.btn:hover {
  background-color: #f7a6cd  !important;
}

a.btn:focus {
  outline-offset: -2px;
  background-color: #f7a6cd;
  box-shadow: inset 2px 2px 2px -2px #7f7f7f
}

a.btn:hover, a.btn:visited {
  color: #fff !important;
  text-decoration: none;
  border: none;
}

.ginput_container_name {
	display: table;
}

.ginput_container_name>* {
	display: table-cell;
}

.ginput_container_name [class^='name_'] {
	width: 100% !important;
}

.gfield_checkbox {
	display: table;
}

.gfield_checkbox>li {
	display: table-row;
	height: 3em;
}

.gfield_checkbox>li>input {
	display: table-cell !important;
}

.gfield_checkbox>li>br {
	display: none;
}

.gform_wrapper {
	display: block !important;
}
