
/*
Theme Name: AMOS Child
Template: generatepress
Version: 1.0
*/
.amos-archive {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
}
.sidebar {
  width: 20vw; /* 20% of the viewport width */
  background-color:#0a1f32;
  padding-left: 20px;        /* adjust as needed */
}
sidebar .widget {
  background-color: transparent; /* Removes individual widget backgrounds */
}

.sidebar .widget {
  margin-bottom: 5px; /* Reduce space between widgets */
  padding: 2px;                /* remove internal padding if not needed */
}
.footer .widget {
  margin-bottom: 0px; /* Reduce space between widgets */
  padding: 0;                /* remove internal padding if not needed */
}


.full-width-wrapper {
    width: 100%;
}
