/*
Theme Name: VegExt
Author: Jason / VE
Description: None
Version: 1.0
*/

body.single {
  background-color: #fff;
}

h1 {
  font-size: 2.4rem;
}
h2 {
  text-align: left;
  font-size: 1.6rem;
  margin: 0;
}

h3 {
  text-align: left;
  font-size: 1.2rem;
  margin: 0;
}
h1, h2, h3 {
  line-height: 1.2;
}
article {
  background-color: #fff;
}

article a {
  text-decoration: none;
}

.entry-meta {
  padding: 0px;
}

.entry-meta a {
  text-decoration: none;
}

.entry-meta .entry-categories {
  text-transform: uppercase;
  font-weight: bold;
  color: #bbb;
  font-size: 1.1rem;
  font-weight: 700;
}
.entry-meta .entry-categories a {
  color: inherit;
  font-weight: 700;
}

.blog-grid article {
  position: relative;
}
.blog-grid .entry-title {
  font-size: 1.2rem;
}
.blog-grid .entry-categories {
  font-size: 1rem;
  line-height: 1.2;
}
.blog-grid .entry-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.entry-content h2 {
  color: #354C7E;
}

.entry-gallery > div:not(:last-child) {
  margin-right: 10px;
}

.header-block {
  position: relative;
}
.header-text {
  min-width: 200px;
}

.header-text .entry-categories {
  font-size: 1.2rem;
}
.widget-area ul {
  padding: 0 0 20px 0;
}

.widget-area ul.xoxo {
  padding: 0;
}

.widget-area li {
  padding: 4px;
  margin-left: -4px;
}

.sidebar h2 {
  margin-bottom: 0.75em;
}

#searchform #s {
  border: 1px solid #93ada8;
  color: #000;
  height: 28px;
  padding: 0 10px 0 10px;
  width: 170px;
  margin: 5px 0 4px 0;
}

#searchform #searchsubmit {
  background: #93ada8 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  height: 28px;
  width: 170px;
}

#searchform #searchsubmit:hover {
  background-color: #aaa;
  cursor: pointer;
}

.header-text p {
  margin: 0;
}

.voucher p {
  font-size: 16px;
  margin: 0 0 0.5em 0;
}

.voucher p.cat-links {
  margin-top: 30px;
  text-align: right;
}

.merchant_logo {
  border: 1px solid #ccc;
  float: left;
  width: 210px;
  height: 160px;
}

.voucher-row {
  float: right;
  width: 77%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.voucher-row.last {
  border-bottom: none;
  margin-top: -15px;
}

.voucher-details {
  float: left;
}

.voucher-box {
  background: #e9efee none repeat scroll 0 0;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 14px 10px 10px 10px;
  width: 280px;
  float: right;
  text-align: center;
}

.voucher-box a.button {
  background-color: #5e6063;
  display: block;
  font-size: 22px;
  line-height: 50px;
  margin: 15px 0 5px;
  text-align: center;
  text-decoration: none;
}

.voucher-code {
  background-color: #fff;
  border: 1px dashed #ccc;
  color: #b20000;
  display: block;
  font-size: 22px;
  line-height: 50px;
  margin: 15px 0 5px;
}

.voucher-box a.button:hover {
  background-color: #777;
}

.category {
  float: left;
  width: 790px;

  margin-top: 10px;
  padding-top: 10px;
}

.blog-button {
  background-color: var(--product-buy-info-button-background);
  border: 1px solid #000;
  color: var(--product-buy-info-button-text);
  display: inline-block;
  padding: 0.5em 2em;
  margin: 1em 0;
  max-width: 100%;
  text-decoration: none;
}
.blog-button--lg {
  font-size: 1.2em;
}

.blog-intro {
  max-width: 450px;
  margin: 0 auto;
}

/* responsive break points */

@media only screen and (max-width: 1399px) {
  .voucher-row {
    width: 70%;
  }
}
@media only screen and (max-width: 1179px) {
  .voucher-row {
    width: 70%;
  }
  .voucher-box {
    width: 95%;
    margin-top: 6%;
  }
  .merchant_logo {
    width: 25%;
    height: auto;
  }
}
@media only screen and (max-width: 959px) {
  .merchant_logo {
    width: 95%;
    float: none;
    width: 210px;
  }
  .voucher-row {
    float: none;
  }
  .voucher-details {
    float: none;
    margin: 20px 0 30px 0;
  }
  .voucher-box {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .merchant_logo {
    width: 155px;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .voucher-row {
  }
}
