/* =============================================
   Background tile
   ============================================= */

body {
  background-image: url('/images/5021.png');
  background-repeat: repeat;
}

/* =============================================
   Rounded corners override
   ============================================= */

/* Header bar rounded corners */
.header .row {
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Hero / general row backgrounds */
.hero .row {
  border-radius: 12px;
  overflow: hidden;
}

/* Content section row backgrounds */
.content .row {
  border-radius: 12px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* All inputs and textareas */
body input,
body textarea {
  border-radius: 6px;
}

/* Newsletter subscribe email input */
.subscribe-group-top .subscribe-email {
  border-radius: 6px;
}

/* Subscribe button and all .button elements */
.button,
.subscribe-group-top .subscribe-button {
  border-radius: 6px;
}

/* Load more posts button */
.load-more-posts {
  border-radius: 8px;
}

/* Disqus load button */
.disqus-button {
  border-radius: 8px;
}

/* Footer section backgrounds */
.footer-widgets {
  background-color: transparent;
}

.footer-widgets .row {
  background-color: #f8f2ed;
  border-radius: 12px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer {
  background-color: transparent;
  border-top: none;
}

.footer .row {
  background-color: #f8f8f8;
  border-radius: 12px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Search input border */
.search__group .search__text {
  border-radius: 4px 4px 0 0;
}
