body {
  padding: 0;
  margin: 0;
  color: #666;
  font: 14px 'Vectora LT Std', Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: 'playfair_displayregular', 'Arial', sans-serif;
}
h1 { 
  font: 2.75rem 'playfair_displayblack', Georgia, serif;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
  color: #000;
}
h1 a {
  color: #fff;
}
h1 a:hover {
  text-decoration: none;
}
.wrap h1.post-title {
  padding: 5px 0 0;
  font-size: 38px;
}
h2 {
  font-size: 2rem;
  margin: 5px 0 15px;
}
h4 {
  font-size: 16px;
  margin: 15px 0 0;
}
ul, ol {
  margin-bottom: 1.25em;
}
a {
  text-decoration: none;
  color: #635da8;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  cursor: pointer !important;
}
p {
  font: 14px 'Vectora LT Std', Arial, sans-serif;
  margin-bottom: 1.25em;
  line-height: 1.5em;
}
p.frame,
p.coupon {
  width: 100%;
  text-align: center;
  display: inline-block;
}
p.none {
  margin-top: 40px;
}
p.footer {
  text-align: center;
  width: 100%;
  display: inline-block;
  border-top: 1px dotted #ddd;
  padding-top: 20px;  
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* "Grid" */
.wrap-head {
  height: auto;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  background-color: #635da8;
}
.wrap-head svg {
  width: 30%;
  float: left;
  fill: #fff;
}
.wrap-head a.shop,
.wrap-head a.shop-mobile {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
  color: #fff;
  margin-top: 3%;
}
.wrap-head a.shop-mobile {
  display: none;
}
.wrap-title {
  height: auto;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.wrap {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

/* Header Style */
.wrap-head input[type='text'] {
  font: 24px 'Arial', sans-serif;
  padding: 3px 0 0 10px;
}
.wrap-head input[type='submit'] {
  background: #939ecc url("../png/btn_overlay9048.png?auto=webp&amp;quality=50") repeat-x scroll 10px 50%;
  padding: 5px 25px 3px 25px;
  height: 35px;
  border: 0;
  font: 24px 'Arial', sans-serif;
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wrap-head form {
  margin-bottom: 0;
}

/* Post List */
.list-post {
  box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.2), 0 1px 8px 0 rgba(0,0,0,0.12);
  margin: 30px 5px;
  padding: 20px;
}
.list-post:first-of-type {
  margin-top: 10px;
}
.list-post .list-title {
  background-color: #eee;
  margin: -20px -20px 0;
  padding: 10px 20px;
}
.list-post .list-title a {
  color: #6b6b6b;
  font: 24px 'playfair_displayregular', 'Arial', sans-serif;
}
.list-post .list-img,
.list-post .list-details {
  display: inline-block;
  width: 45%;
}
.list-post .list-img {
  margin-right: 20px;
}
.list-post .list-img img {
  margin: 20px 0 0;
  width: 100%;
  height: auto;
}
.list-post .list-details {
  vertical-align: top;
  margin-top: 20px;
}
.list-post .list-details p.list-author {
  margin-bottom: 0;
}
.list-post .list-details p.list-date {
  margin: 0;
}
.list-pagination {
  font: 24px 'Arial', sans-serif;
  text-align: center;
  border-top: 1px dotted #ddd;
  padding: 20px 0 0;
  color: #707070;
}

/* Post Page */
.post-img,
.post-info {
  display: inline-block;
}
.post-img {
  width: 35%;
}
.post-info {
  width: 64%;
}
.post-img img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.post-info {
  vertical-align: top;
  margin-top: 30px;
}
.post-info p,
.post-info h2,
.post-info a {
  margin: 0 20px 15px;
  border-bottom: 3px solid #ddd;
  width: 100%;
  display: inline-block;
}
.post-info h2,
.post-body h2 {
  line-height: 1em;
  padding-bottom: 10px;
}
.post-body h2 {
  text-align: center !important;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  clear: both;
}
.post-info p,
.post-info a {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.post-body p,
.post-body ul li {
  font-size: 14px !important;
  line-height: 1.75em;
}
.post-body h3 {
  border-bottom: 1px dotted #ddd;
  clear: both;
  font-size: 24px;
  margin-bottom: 0;
}
.post-body img.img-left {
  float: left;
  height: 250px;
  margin: 0 20px 20px 0;
}
.post-body img.img-right {
  float: right;
  height: 250px;
  margin: 0 0 20px 20px;
}
.post-body img.img-left-med {
  float: left;
  height: 400px;
  margin: 0 20px 20px 0;
}
.post-body img.img-right-med {
  float: right;
  height: 400px;
  margin: 0 0 20px 20px;
}
.post-body img.img-left-large {
  float: left;
  height: 550px;
  margin: 0 20px 20px 0;
}
.post-body img.img-right-large {
  float: right;
  height: 550px;
  margin: 0 0 20px 20px;
}
.post-body img.img-right,
.post-body img.img-left,
.post-body img.img-left-large,
.post-body img.img-right-large,
.post-body img.img-left-medium,
.post-body img.img-right-medium,
.post-body img {
  width: auto;
}
.post-body .three-across,
.post-body .four-across {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 10px;
}
.post-body .three-across {
  width: 33%;
}
.post-body .four-across {
  width: 24%;
}
.post-body .three-across img,
.post-body .four-across img {
  width: 100%;
}

/* Search and Category List Pages */
.category,
.search {
  margin-bottom: -15px;
}  
.category h2,
.search h2 {
  display: inline-block;
  margin-right: 5px;
}
.search span,
.category span {
  font: 36px 'Arial', sans-serif;
}
.search h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.search span {
  background-color: #635da8;
  color: #fff;
  font-size: 18px;
  padding: 3px 5px;
}

/* Responsive Mobile Style */
@media (max-width : 959px) {
p {
  font-size: 16px;
}
h1 {
  font-size: 2rem;
}
h1.post-title {
  line-height: 1em;
  text-align: center;
}
h2 {
  font-size: 40px;
  text-align: center;
}
.wrap {
  width: auto;
  margin: 0 10px;
}
.wrap-head {
  height: auto;
  background-position: 0 88px;
}
.wrap-head svg {
  width: 45%;
}
.wrap-head a.shop {
  display: none;
}
.wrap-head a.shop-mobile {
  display: block;
  width: 51%;
  margin-top: 5%;
}
.wrap-head input[type='text'],
.wrap-head input[type='submit'] {
  width: 90%;
}
.wrap-head input[type='text'],
select:focus {
  font-size: 32px;
  margin-bottom: 10px;
}
.wrap-head input[type='submit'] {
  -webkit-appearance: none;
  margin-bottom: 30px;
  font-size: 32px;
  height: 45px;
  padding-top: 3px;
}
.list-post {
  box-shadow: none;
  border: 1px solid #ddd;
  margin: 10px 10px 40px;
}
.list-post .list-img,
.list-post .list-details {
  width: 100%;
} 
.list-post .list-details {
  margin-top: 0;
}
.post-img,
.post-info {
  width: 100%;
}
.post-img {
  margin-top: 5px;
}
.post-info {
  margin-top: 0;
}
.post-info h2 {
  margin: 15px 0;
  text-align: left;
}
.post-info p,
.post-info a,
.post-body p {
  font-size: 16px !important;
  margin-left: 0;
}
.post-info p,
.post-info a {
 padding: 5px 0;
 margin-bottom: 0;
}
.post-body {
  margin: 0;
}
.post-body h2 {
  padding-bottom: 10px;
  text-align: left;
  font-size: 32px;
}
.post-body h3 {
  font-size: 22px !important;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  padding-bottom: 15px;
  line-height: 1em;
}
.post-body h4 {
  font-size: 18px;
  display: inline-block;
}
.post-body img.img-right,
.post-body img.img-left,
.post-body img.img-left-large,
.post-body img.img-right-large,
.post-body img.img-left-medium,
.post-body img.img-right-medium,
.post-body img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}
.post-body .three-across {
  width: 32%;
}
.post-body p.frame iframe {
  width: 100%;
}
.category,
.search {
  margin-bottom: 15px;
}  
} /* End Responsive Mobile Style */