#sp-logo .sp-retina-logo {display: none;}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-logo .sp-default-logo {display: none;}
  #sp-logo .sp-retina-logo {display: block;}
  }
.sp-page-title h2 {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
}
.sp-page-title {
    padding: 30px 0 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.com-spsimpleportfolio.view-items #sp-main-body {
    padding: 60px 0 60px;
}
.sp-page-builder .page-content #section-id-1519292114797 {
    padding-top: 35px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    color: #000000;
}
.offcanvas-menu {
    width: 320px;
    height: 100%;
    background-color: rgb(189, 50, 28);
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    visibility: hidden;
    overflow: inherit;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10000;
}
