.sidebar-menu.right {
  position: fixed;
  width: 320px !important;
  height: 100%;
  top: 0;
  background: #e2e2e2;
  right: -320px;
  float: inherit;
}
.sidebar-menu.right .menu {
  display: none;
}
.sidebar-menu.right .menu .datepicker-dropdown {
  top: 0 !important;
  left: 0 !important;
  padding: 4px;
  position: relative;
  margin: 25px 15px 35px !important;
  width: calc(100% - 15px);
}
.sidebar-menu.right .menu .datepicker-dropdown.datepicker table {
  width: 100%;
}
.sidebar-menu.right .menu .nav li.info a {
  padding-left: 15px;
}
.sidebar-menu.right.only-menu .menu {
  display: inline-block;
}
.sidebar-menu.right.only-menu .services {
  display: none;
}
.sidebar-menu.right .top-part {
  height: auto;
  padding-bottom: 20px;
}
.sidebar-menu.right .top-part .col-lg-8 {
  width: 66.666667%;
}
.sidebar-menu.right .top-part .col-lg-4 {
  width: 33.333333%;
}
.sidebar-menu.right .top-part .col-lg-8,
.sidebar-menu.right .top-part .col-lg-4 {
  float: left;
}
.sidebar-menu.right .border-bottom {
  border-bottom: 1px dashed #5c5c5c;
  margin-left: 5px;
}
.sidebar-menu.right .row.menu {
  margin-left: 40px;
  margin-top: 40px;
}
.sidebar-menu.right .row.menu .nav > li > a {
  line-height: 20px;
  color: #000;
  font-family: sofiapromedium;
  font-weight: 100;
  font-size: 12pt;
}
.sidebar-menu.right .row.menu .nav > li > a:hover {
  background: none;
  color: #2b2e70;
}
.sidebar-menu.right .user-name {
  color: #2b2e70;
  font: 12px sofiaprobold;
}
.sidebar-menu.right .user-name .go-to-profile {
  text-decoration: none;
  cursor: pointer;
  color: #2b2e70;
  font-family: sofiapromedium;
  font-size: 11pt;
}
.sidebar-menu.right .church-name {
  font-size: 12px;
  font-family: sofiapromedium;
  padding-top: 5px;
}
.sidebar-menu.right .padding {
  padding: 30px 0 0 40px;
}
.sidebar-menu.right .close-btn {
  margin-right: 40px;
}
.sidebar-menu.right .close-btn i {
  cursor: pointer;
  position: relative;
  padding-top: 0px;
  font-size: 20px;
  top: 0;
}
.sidebar-menu.right .service-delete {
  text-decoration: none;
}
.sidebar-menu.right .service-delete .fa-remove {
  color: #777;
  position: absolute;
}
.sidebar-menu.right .service-delete i {
  color: #d41810;
  font-family: fontawesome;
  font-style: normal;
  font-size: 11pt;
  line-height: 1;
  padding-left: 5px;
  position: relative;
}
.sidebar-menu.right .logout {
  color: #000;
  text-decoration: none;
  padding-left: 5px;
  font-family: sofiapromedium;
}
.sidebar-menu.right .col-lg-12.service-with-date {
  line-height: 1;
}
.sidebar-menu.right .col-lg-12.service-with-date .service-date {
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
.sidebar-menu.right .col-lg-12 .go-to-sunday {
  color: #2b2e70;
  font-size: 16px;
}
.sidebar-menu.right h4 {
  font-family: sofiaprobold;
  font-size: 17px;
}
.sidebar-menu.right h4.title {
  font-size: 18px;
  position: relative;
}
.open .sidebar-menu.right {
  z-index: 10004;
  right: 0px;
}
body.open {
  left: -320px;
}
body.open #dd.wrapper-dropdown-3 {
  background-color: #000;
}
body.open #dd.wrapper-dropdown-3::before,
body.open #dd.wrapper-dropdown-3 a,
body.open #dd.wrapper-dropdown-3::after {
  color: #fff;
}
body.open header {
  left: -320px;
}
body.open #banner-container #top-banner .banner picture img {
  left: -320px;
}
body {
  overflow-x: visible;
  position: relative;
  left: 0px;
}
body .row.services .padding {
  padding: 30px 40px 0 40px;
}
body .sidebar-menu {
  -moz-transition: left 0.2s ease, right 0.2s ease;
  -o-transition: left 0.2s ease, right 0.2s ease;
  -webkit-transition: left 0.2s ease, right 0.2s ease;
  transition: left 0.2s ease, right 0.2s ease;
  z-index: 10004;
}


.services .templates-wrapper {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.services .templates-wrapper::before {
  content: "";
  background: #efeeee;
  position: absolute;
  left: 0;
  top: 0;
  margin: -40px;
  width: calc(100% + 95px);
  height: calc(100% + 40px);
}