.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  border: 2px solid #8a4b23;
  padding: 7px 20px 5px 20px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: transparent;
  color: #8a4b23;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

/*

 * Layout: Content-Sidebar

*/

.content-area {
  float: right;
  margin: 0 0 0 -25%;
  width: 100%;
}
.site-main {
  /* margin: 0 0 0 25%; */
}
.site-content .widget-area {
  float: left;
  overflow: hidden;
  width: 25%;
}
.site-footer {
  clear: both;
  width: 100%;
}

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.no-sidebar .site-main {
  margin-right: 0;
}

/*
 
 * Layout: Sidebar-Content

*/

.content-area {
  float: right;
  margin: 0 0 0 -25%;
  width: 100%;
}
.site-main {
  /* margin: 0 0 0 25%; */
}
.site-content .widget-area {
  float: left;
  overflow: hidden;
  width: 25%;
}
.site-footer {
  clear: both;
  width: 100%;
}

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.no-sidebar .site-main {
  margin-right: 0;
}
