/*
Theme Name: Socialize Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Socialize WordPress theme. Only activate this child theme if you intend to make modifications to the theme otherwise activate the parent theme.
Version: 1.0
Author: GhostPool
Author URI: http://www.ghostpool.com
Text Domain: socialize
Template: socialize
*/

/* Add your own CSS code here */
/** System columns **/

.facetwp-checkbox span.facetwp-expand{
  font-size: 18px!important;
}

#buddypress .standard-form#signup_form div div.error{
  position: absolute;
  top: 0;
}
.gp-entry-header{
  margin: 10px auto 37px !important;
}
.vc_custom_1487404836291{
  background-color: #99c650;
}
.vc_custom_1487404881880{
  background-color: #f15e7b;
}
.vc_custom_1487404852715{
  background-color: #54bbbf;
}
.vc_custom_1487404820849{
  background-color: #fc8734;
}
.vc_custom_1487194361568{
  margin-right: 25%;
  margin-bottom: 50px;
  margin-left: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px;
}
.vc_custom_1485973727210, .vc_custom_1485915015051, .vc_custom_1486089375213, .vc_custom_1485913886428{
  margin-top: -25px;
}
.vc_custom_1486068993361{
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255,255,255,0.7); 
  *background-color: rgb(255,255,255);
}
.single_title_resource{
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.40);
  font-weight: 700;
  color: #fff;
  z-index: 1;
  font-size: 60px;
  position: absolute;
  top: 333px;
}
.resource-hub_hero{
  background-image: url('./images/header-single-resource.jpeg');
  height: 400px;
  margin-top: 55px;
  position: relative;
}
.resource-hub_hero:after{
  content: ' ';
  background-color: rgba(0, 0, 0, 0.40);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  height: 400px;
}
.breadcrumbs{
  margin-top: 20px;

}
.no-text .facetwp-checkbox {
font-size: 0!important;
height: 20px!important;
}
.no-text [data-value="0"]{
display: none!important;
}
form.all_csv_cnt {
    text-align: right;
    margin-right: 30px;
}
.gp-theme .widget.buddypress div.item-options a{
	padding-left: 0px !important;
}
.logo > a > img{
  width: 150px;
  height: 80px;
}

.profile-fields tr td.label {
  width: 80% !important;
  white-space: normal;
}
.profile-fields tr td.data {
  width: 20% !important;
}
#tribe-events .tribe-events-button {
  display: none !important;
}

@media (min-width:768px){
  .register_to_attend{
    position:absolute;
    top:25px;
    z-index:999999;
  }
}
@media (max-width:767px){
  
  .profile-fields tr td.data {
    font-size: 13px;
    line-height: 20px;
  }
}  