/* your styles go here */

.logo {
  max-width: 50%;
}
.sidebar-subheading {
  font-weight: normal;
  font-size: 16px;
}

.sidebar-description {
  font-weight: lighter;
  font-size: 16px;
  margin:0 0 20px 0;
}

.box-masonry .box-masonry-image.with-hover-icon:after {
  content: '\f0c1';
}

.box-masonry .box-masonry-image {
  background: #f9f9f9;
}

.box-masonry .with-expand-icon:after {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
    font-size: 50px;
    color: #555555;
    font-family: 'FontAwesome';
    content: '\f065';
}


.box-masonry:hover .box-masonry-image.with-expand-icon:after {
  opacity: 0.7;
}

.send-form-section .failure-message,
.send-form-section .success-message {
  display: none;
}

.send-form-section.is-success .btn-ghost,
.send-form-section.is-success .failure-message {
  display: none;
}

.send-form-section.is-success .success-message {
  display: block;
}

.send-form-section.is-failure .success-message {
  display: none;
}

.send-form-section.is-failure .failure-message {
  display: block;
}

.modal-dialog .modal-header {
    border-bottom: none;
}

.sidebar-heading {
  font-size: 20px;
  margin: 20px 0 10px 0;
}

.modal-open .modal {
    max-width: 80%;
    margin: 0 10%;
}

.branding-name {
  display: none;
}

.page-index .home-page:before,
.page-index .home-page a{
  color: #ef5285;}

.page-contact .contact-page:before,
.page-contact .contact-page a {
  color: #ef5285;}

.copyright {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .logo {
    float: right;
    max-height: 80px;
    margin: 0;
    top: -20px;
    position: relative;
  }

  .logo-left {
    margin:0;
  }

  .small-navbar-heading {
   margin:0;
  }

  .branding-name {
    display: block;
    font-size: 22px;
  }

  .branding-logo {
   display: none;
  }

 .sidebar-content {
    margin: 0 10px;
  }
}
