a.colorbox-inline.page-load, .block.block-block #colorbox-content, .block.block-block #colorbox-image, .colorbox-border, .block.block-block #colorbox-mobile-image {
  display: none;
}

#cboxContent {
  padding: 30px;
}

#cboxLoadedContent {
  overflow: hidden !important;
}

#cboxOverlay {
  opacity: .65 !important;
}

#colorbox {
  background: #fff;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  overflow: unset !important;
}

#cboxWrapper {
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

#cboxClose {
  top: 0px;
  background: url(/sites/default/files/close-icon.png) no-repeat -7px -7px;
  width: 19px;
  height: 19px;
}

#cboxClose:hover {
  background-position: -7px -7px;
}

@media (max-width: 500px) {
  #cboxContent img.social-image {
    max-height: 55px !important;
    height: 55px !important;
  }
}
