/* variables
----------------------------------------------------------------------------------------------------*/
.bgimg {
  background-image: url("../images/sarastrick-thoroughbread-117.jpg");
  height: 750px;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  animation: opac 0.8s;
  position: relative; }
  .bgimg p.logop {
    text-align: center;
    padding-top: 20%;
    margin: 0; }
    .bgimg p.logop .logo {
      width: 30%;
      height: auto; }

.padding-large {
  padding: 24px; }

.padding-xlg {
  padding: 48px; }

.bkgrd-pink {
  background: #f37d73; }

#mc_embed_signup {
  width: 40%; }
  #mc_embed_signup .button {
    background-color: #7ab6d0 !important;
    color: #f0e9cc !important;
    font-size: 16px !important;
    height: 64px !important;
    border-radius: 0 !important;
    margin-left: -4px !important; }
  #mc_embed_signup input.email {
    background-color: #f0e9cc !important;
    color: #f37d73 !important;
    border: none !important;
    height: 64px !important;
    width: 400px !important;
    font-size: 20px !important;
    border-radius: 0 !important; }
  #mc_embed_signup form {
    padding: 0; }

.signup {
  display: flex;
  align-items: center;
  padding: 24px 0; }
  .signup p {
    color: #c84359;
    font-weight: 600;
    text-align: center;
    width: 30%;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0; }
  .signup #mc_embed_signup {
    margin: 0; }

.green-bkgrd {
  color: #fff; }
  .green-bkgrd .v1 {
    /*background: #1ab79a;*/
    background: url(../../../images/content/sarastrick-thoroughbread-55-display-case.jpg) no-repeat left top;
    background-size: cover; }
  .green-bkgrd .v2 {
    background: #109079; }

.cream-bkgrd {
  background: #f3ecd3;
  color: #ff5e41; }

.white-bkgrd {
  background: #fff; }

.silks-bkgrd {
  background: url("../images/thoroughbread_silks2.png") no-repeat center center;
  background-size: cover; }

.purple-text {
  color: #733296; }

.navy-text {
  color: #2a5295; }

.testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 60px 0; }
  .testimonials img {
    width: 3.75em; }
    .testimonials img.right {
      margin-top: -100px; }
  .testimonials .quote,
  .testimonials .citation {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.075em;
    margin: 0 140px 30px 140px; }
  .testimonials .citation {
    margin-bottom: 100px;
    line-height: 1em;
    letter-spacing: 0.05em; }

.story {
  min-height: 900px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .story .videobox {
    padding: 60px; }
    .story .videobox img {
      margin-right: 60px; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.noclear {
  clear: none; }

img {
  max-width: 100%; }

.btn {
  border: none; }
  .btn.large {
    width: 40%;
    padding: 16px;
    letter-spacing: 0.075em;
    font-size: 1.25rem; }
  .btn.red {
    background: #ff5e41;
    color: #fff; }
    .btn.red:hover {
      background: #f37d73;
      cursor: pointer; }

h4 {
  font-size: 1.25rem;
  letter-spacing: 0.075em; }

.sm-text {
  font-size: 80%; }

/* content
----------------------------------------------------------------------------------------------------*/
.buybuttons {
  display: flex;
  justify-content: space-evenly;
  padding-top: 15%; }
  .buybuttons a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 150%; }
    .buybuttons a.btn {
      background: #7ab6d0;
      color: #f0e9cc;
      padding: 20px 50px;
      min-width: 350px;
      text-align: center; }
      .buybuttons a.btn:hover {
        background: #f0e9cc;
        color: #7ab6d0; }

.maincontent {
  padding: 10rem;
  color: #f0e9cc; }
  .maincontent .gradientbg {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem; }

main#content ul {
  margin: 0 0 1.5em 20px; }

main#content a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dashed #fff; }

.boxes .box.v1 {
  display: flex;
  align-items: center; }

.products {
  margin: 30px 0; }
  .products td {
    width: 45%;
    vertical-align: top;
    padding: 6px;
    border: 1px solid #f3ecd3;
    font-size: 0.75rem;
    border-top: none; }
  .products th {
    background: #f3ecd3;
    color: #109079;
    line-height: 1em;
    border: 1px solid #f3ecd3; }
    .products th:first-child {
      width: 5.8%;
      font-weight: normal;
      font-size: 0.75rem;
      background: #109079; }
      .products th:first-child img {
        margin-top: 1px; }
    .products th:nth-child(2) {
      font-size: 1rem;
      text-align: left;
      padding-left: 8px; }
  .products .producttypes {
    width: 100%; }

/* Paywhirl style overrides
----------------------------------------------------------------------------------------------------*/
img.pw-buy-btn {
  max-width: 450px !important;
  margin: 0 !important; }

/* footer
----------------------------------------------------------------------------------------------------*/
footer {
  background: #546d3a;
  color: #fff; }
  footer .content-left {
    display: flex;
    justify-content: space-between; }
  footer table td:first-child {
    padding-right: 30px; }
  footer p {
    font-size: 1em; }
    footer p.copy {
      font-size: 80%; }
    footer p a {
      color: #fff;
      text-decoration: none;
      border-bottom: 1px dashed #fff; }
      footer p a:hover {
        color: #f37d73; }
  footer .social-icons img {
    width: 1.5em;
    margin-right: 10px;
    margin-top: 2.5em; }
    footer .social-icons img:hover {
      background: #f37d73; }
  footer .social-icons a {
    border-bottom: none !important; }
