body {
  background-color: #f8f8f8;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", serif;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 32px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 24px;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 700;
}


/* Sidebar */

.sidebar-heading, .sidebar-heading a {
  color: #333333;
  font-size: 22px;
  text-transform: none;
  letter-spacing: 0;
}

.sidebar-p {
  color: #777777;
}

.sidebar-menu li {
  font-size: 15px;
  color: #555555;
}

.content-column-content p,
.content-column-content li {
  color: #333333;
}

.box-masonry h4 {
  text-transform: none;
  letter-spacing: normal;
}

.box-masonry-image.with-hover-overlay:before {
  display: none;
}

.box-masonry:hover .box-masonry-image.with-hover-overlay:before {
  display: none;
}

.box-masonry-image {
  opacity: 1.0;
}

.box-masonry:hover .box-masonry-image {
  opacity: 0.8;
}

.box-masonry .box-masonry-image.with-hover-icon:after {
  display: none;
}

p.social a {
  width: 40px;
  height: 40px;
  border: 0px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  vertical-align: bottom;
  color: #999999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}