/* sillyent.com - the X (Twitter) band
   Solid black, edge to edge, all text white.
   Uses its own wrapper classes so nothing is inherited from the old theme. */

.content_bottom,
.content_bottom .widget,
.content_bottom .widget_text,
.content_bottom .textwidget,
.sillyent-x-band,
.sillyent-x-wrap,
.sillyent-x-inner {
  background-color: #000 !important;
  background-image: none !important;
}
.content_bottom,
.content_bottom .widget,
.content_bottom .textwidget {
  margin: 0;
  padding: 0;
  border: 0;
}

.sillyent-x-band {
  width: 100%;
  padding: 95px 0 100px;
  text-align: center;
}
.sillyent-x-wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}
.sillyent-x-band h4,
.sillyent-x-band h2,
.sillyent-x-band p,
.sillyent-x-band span,
.sillyent-x-band a {
  color: #fff !important;
}
.sillyent-x-band h4 {
  margin: 0 0 18px;
}
.sillyent-x-band h2 {
  margin: 0 0 55px;
}
.sillyent-x-inner {
  max-width: 560px;
  margin: 0 auto;
  min-height: 120px;
}
.sillyent-x-fallback {
  display: none;
}
.sillyent-x-fallback p {
  margin: 0 0 26px;
  font-size: 15px;
}
.sillyent-x-fallback a.qbutton {
  border-color: #fff;
  color: #fff !important;
  background-color: transparent !important;
}
.sillyent-x-fallback a.qbutton:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: #000 !important;
}
