/**
Synapse - adaptive theme
.col-xs- <544px Extra small
.col-sm- ≥544px Small
.col-md- ≥768px Medium
.col-lg- ≥992px Large
.col-xl- ≥1200px Extra large
Gutter width	1.875rem / 30px (15px on each side of a column)
*/
html {
  position: relative;
  min-height: 100%;
}
body {

}
#main {
  position: relative;
}

.not-front #main {
  padding-bottom: 30px;
}

.footer {
  border-top: #ccc solid 1px;
  padding-top: 25px;
  padding-bottom: 23px; 
}

.sidebar-first #content-wrapper {
  background: #f1ecd7;
}
.sidebar-first #content-wrapper #content {
  /*background: #f5f3f4;*/
  background: #f5f3f4;
}

#sidebar-first {
  background: #f1ecd7;
  padding-bottom: 30px;
}


#sidebar-first {
  display: none;
}


@media (min-width: 1200px) {
  #sidebar-first {
    float: left;
    margin-left: -100%;
    position: relative;
    width: 330px;
    display: block;
  }

  #main-section {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
  }

  .sidebar-first #main-section #content-wrapper {
    padding-left: 330px;
  }
}
