/*Make thumbnails and filters square*/
.has-post-thumbnail .entry-wrap, .x-portfolio-filters, .x-portfolio-filter {
  border-radius: 0;
}

/*Hide MASSIVE featured images*/
.single.single-x-portfolio .entry-featured, .single.single-post .entry-featured, .h-landmark, .p-landmark-sub, footer.entry-footer.cf {
  display:none;
}

.entry-footer a {
  box-shadow: none;
}

/*Active filter and hover over filters becomes orange*/
.x-portfolio-filters:hover, .x-portfolio-filter:hover, .x-portfolio-filters-menu .selected {
    background-color: #E96C24;
	box-shadow: none;
}

/*Make filters white in gallery*/
.x-portfolio-filters, .x-portfolio-filter {
  box-shadow: none;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.7);
}

/*Lower top bar*/
.x-topbar {
min-height:36px;
}
.x-topbar .x-social-global {
margin-top: 5px;
}

/*Give topbar a transparency*/
.x-topbar {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

/*.x-social-facebook:before {
  font-family: "fontawesome";
  content: "\f09a";
}*/

h2.entry-title.entry-title-portfolio {
    font-size: 120%;
}

.entry-header {
    min-height: 35px;
}

/*Change "Share this project" to "Share this"*/

.x-share-options > p:after {
    content: "Share this";
    font-size: 12px;
}
.x-entry-share p {
    font-size: 0;
}

/***************FOR RESPONSIVENESS***************/
/*Make menu shorter*/
@media (min-width: 979px) and (max-width: 1269px) { 
      .x-navbar .x-nav > li > a {
          font-size: 10px;
          font-weight: normal;
          padding-left: 6px;
          padding-right: 5px;
      }
}