/* header social */
#social_wrap {
  overflow: hidden;
  margin-left: 8px;
  margin-top: -4px;
}
#social_wrap #social {
  left: 50%;
  position: relative;
}

#social_wrap #social a, #social_wrap #social img {
  height: 30px;
  width: 30px;
  display: block;
}
#social_wrap #social a {
  background-color: none;
  display: block;
  float: left;
  margin: 0 5px;
  position: relative;
  right: 50%;
}
#social_wrap #social a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}


/* homepage slider */
.body_span #slides_wrap {
  margin-bottom: 0;
  padding-top: 0;
}

/* homepage dark grey background */
#header { background-color: #555555; }
#home_widgets { background-color: #555555; }

/* Events Page */
.tribe-events-sub-nav,
.tribe-events-promo { display: none; }

/* Blog Posts */
.post_meta {
  display: block;
  float: none;
  margin-top: 1px;
  text-align: left;
  width: auto;
}
.meta_block {
  display: inline-block;
  margin: 0 15px;
}
.blog-content {
  float: none;
  margin: 20px 0 20px 15px;
}
.about_the_author {
   display: none;
}

#post-1280 img, .postid-1280 img {
  max-height: 100% !important;
}

/* news page */
.category-news img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.category-news img.attachment-full {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* staff pages / board */
.staff-member {
  margin-bottom: 45px;
}
.staff-member h3 {
  font-size: 21px;
}
.staff-member h4 {
  font-size: 16px;
}
.staff-member-name {
  font-weight: bold;
  margin: 8px 0 0;
}
.staff-member-position {
  margin: 8px 0;
}

/* events page */
.tribe-events-before-html img {
  max-width: 600px;
}

/* Sidebars */
.widget-text-10 { display: none; }
.events-list .widget-text-10 { display: block !important; }


/* contact forms */
.contact-form { display: none; }
#contact-kaity { display: block; }

/* Footer */
#post_footer { font-style: normal; }


.col-wrap {
  overflow: hidden;
  width: 100%;
}
.col-left {
  width: 60%;
  margin-right: 3%;
  overflow: hidden;
  float: left;
}
.col-right {
  width: 33%;
  overflow: hidden;
  float: left;
}

/*#text-8 a {
  display: block;
  float: left;
  overflow: hidden;
}
#text-8 img {
  width: 200px !important;
  height: auto;
  float: none;
}*/

/* MEDIA QUERIES */
@media screen and (max-width: 360px) {
	.attachment-blog_image {
	  width: 100%;
	  height: auto;
	}
    #social_wrap {
      float: none !important;
      margin-bottom: 20px;
      width: 100%;
      margin-left: 40px;
    }
    #social_wrap #social a {
      margin: 0 10px;
    }
}
@media screen and (max-width: 640px) {
    .col-right {
        clear: both !important;
    	width: 100%;
    }
  	.col-left {
    	width: 100%;
  	}
  	.post-52 img {
    	float: none !important;
  	}
  	#post_footer .right {
    	clear: both !important;
  	}
}