#sidebar {
  padding-top: 12px;
}

/*modified sidebar to follow scroll */

.sidebar-content {
  /* position: fixed; */
  width: inherit;
  z-index: 0;
  /* padding: 0 1.7em 0 0em; */
}

@media screen and (min-width: 992px) {
  .sidebar-content {
    padding-left: 0px;
    /* padding-right: 18px; */
  }
}

.sidebar-heading {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sidebar-heading a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sidebar-heading a:hover {
  border-bottom: dotted 1px #ef5285;
  color: #000;
  text-decoration: none;
}

.sidebar-p {
  color: #999999;
  font-size: 14px;
}

.sidebar-menu {
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 40px;
}

.sidebar-menu li {
  margin-bottom: 5px;
}

.sidebar-menu li a {
  color: #555555;
}

.sidebar-menu li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 -15px;
  color: #999999;
}

.sidebar-menu li.active a {
  color: #ef5285;
  font-weight: bold;
}

.sidebar-menu li.active:before {
  color: #ef5285;
}

.sidebar-menu li:hover a {
  text-decoration: none;
  color: #ef5285;
}

.sidebar-menu li:hover:before {
  color: #ef5285;
}

/* TODO move this to the main content css */
.content-column {
  padding-top: 25px;
}

.content-column.white-background {
  background: #fff;
  min-height: 100vh;
}

.grid {
  padding-top: 5px;
  overflow-y: hidden;
}

.content-column-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .content-column-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.content-column-content p.lead {
  color: #555555;
}

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

.content-column-content ul li {
  list-style-type: none;
}

.content-column-content ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 -15px;
  color: #ef5285;
}

.small-navbar {
  margin-bottom: 20px;
}

.small-navbar:before, .small-navbar:after {
  content: " ";
  display: table;
}

.small-navbar:after {
  clear: both;
}

.small-navbar-heading {
  float: right;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.small-navbar-heading a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.small-navbar-heading a:hover {
  border-bottom: dotted 1px #ef5285;
  color: #000;
  text-decoration: none;
}

/*
  =====================
  OFF-CANVAS SIDEBAR BEHAVIOUR
  =====================
  */

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    opacity: 1;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -48%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  }
}

/*
  =====================
  SOCIAL LINKS
  =====================
  */

.contact-form {
  margin-bottom: 20px;
}

p.social {
  margin-top: 20px;
}

p.social a {
  margin: 0 10px 10px 0;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  vertical-align: bottom;
  border: solid 1px #999999;
  color: #999999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

p.social a:hover {
  color: #ef5285;
  border-color: #ef5285;
}

p.social a i {
  vertical-align: bottom;
  line-height: 40px;
}

p.social.social--outline a {
  background: transparent;
}

p.social.social--outline a.facebook {
  color: #4460ae;
  border-color: #4460ae;
}

p.social.social--outline a.gplus {
  color: #c21f25;
  border-color: #c21f25;
}

p.social.social--outline a.twitter {
  color: #3cf;
  border-color: #3cf;
}

p.social.social--outline a.instagram {
  color: #cd4378;
  border-color: #cd4378;
}

p.social.social--outline a.email {
  color: #4a7f45;
  border-color: #4a7f45;
}

p.social.social--outline a.link {
  color: #871AFF;
  border-color: #871AFF;
}

p.social.social--big a {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  font-size: 25px;
}

p.social.social--big i {
  line-height: 60px;
}

/*
  =====================
  COPYRIGHT
  =====================
  */

.copyright {
  color: #999999;
  font-size: 13px;
}

.copyright p.credit {
  margin-bottom: 10px;
}

.copyright p.credit a {
  color: #999999;
}

@media (max-width: 991px) {
  .copyright p.credit {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .copyright {
    text-align: center !important;
  }
}
