/* Main Container */

#main {
  min-height: 500px;
  background-color: #eedec9;
}

/*corrects the issues within the OptIn Cat Comment options
#commentform input[name="fca_eoi_comment_optin"]{
  width: 10px;
}*/

/* correct issue within the Optin Cat with the added space issues, combination of download manager */

.fca_eoi_form_wrapper p {
  display: none;
}

/* Not sure what this is for
.button {
  background-color: #6f1a0e;
  color: #e5e6d6;
}*/

/* Image Captions on SiteOrigin Image*/

.so-widget-sow-image h3 {
  font-size: 14px !important;
}

/* separating items in a bulleted list*/

.entry-content ul li {
  text-align: justify;
  padding-bottom: 7px;
}

/* separating items in a numbered list*/

.entry-content ol li {
  text-align: justify;
  padding-bottom: 7px;
}

/*grid post loops extracts and titles*/

.vantage-grid-loop article .excerpt p {
  font-size: 14px;
  color: #303030;
  text-indent: 0px;
  text-align: left;
  line-height: 130%;
  margin-bottom: 14px;
}

.vantage-grid-loop article h3 a {
  font-size: 18px;
}

.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-details .ow-pt-price {
  font-size: 32px;
}

/*backgroud of the blurb section of book posts*/

.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-blurb {
  background-color: #ffffff !important;
}

/*borders on hero images*/

/*.sow-slider-image-wrapper {
  border-width: 5px;
  border-style: solid;
  border-color: #000944;
}*/

/*sidebar widgets*/

.widget-title {
  color: #000944 !important;
  font-size: 18px !important;
}

/* sidebar post carousel*/

.sow-carousel-title a.sow-carousel-previous {
  color: #f9fdff!important;
  background-color: #001338;
}

.sow-carousel-title a.sow-carousel-next {
  color: #f9fdff!important;
  background-color: #001338;
}

/* in post post carousel*/

.vantage-carousel-title .vantage-carousel-title-text {
  color: #000944 !important;
  font-size: 18px !important;
}

.vantage-carousel-title a.previous {
  color: #f9fdff!important;
  background-color: #001338;
}

.vantage-carousel-title a.next {
  color: #f9fdff!important;
  background-color: #001338;
}

/*spacing around name in header*/

#masthead.masthead-logo-in-menu .logo > h1 {
  margin: -10px;
  margin-left: -20px;
}

/*disable the book preview section on MyBookTable */
/*.mbt-book-section.mbt-book-kindle-instant-preview-section {
  display: none !important;
}*/