/*Layouts css goes here*/
.img-shop {
  filter: grayscale(100%);
  opacity: 0.7;
  margin-bottom:20px;
  padding:10px;
}

.shop-title {
  font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 5px;
}

.shop-address {
  font-size: 13px;
    line-height: 20px;
}

.entry-content p {
  margin-bottom:0em;
}

.img-button {
  margin-top:30px !important;
  padding-left:0px;
  transition: padding-left 500ms;
}

.img-button:hover {
  padding-left:20px;
  transition: padding-left 500ms;  
}

.archive-cp {
  padding-right:20px !important;
  padding-left:20px !important;
}

.banner-image {
  padding:80px 100px 80px 150px;
  background-size:cover !important;
  background-position:center !important;
}

.banner-title {
  font-family: 'Playfair Display', serif;
  font-size:45px;
  font-weight:bold;
  color:#fff;
  text-shadow: 5px 5px 15px #000;
}

.container-wine {
  -webkit-box-shadow: 0px 0.3px 0 #000;
  -moz-box-shadow: 0px 0.3px 0 #000;
  box-shadow: 0px 0.3px 0 #000;
  margin-bottom:50px;
}

@media (max-width: 768px) {
  .wine-title-big {
    margin-top:0px !important;
  }
  .wine-image-mobile {
    width:70%;
    margin:auto;
  }
  .banner-image {
    padding:50px 20px 50px 20px;
  }
}

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

.wine-title-big {
  font-family: 'Playfair Display', serif;
  font-size:45px;
  font-weight:bold;
  padding-bottom:30px;
  margin:50px 0px 30px 0px;
  -webkit-box-shadow: 0px 0.3px 0 #000;
  -moz-box-shadow: 0px 0.3px 0 #000;
  box-shadow: 0px 0.3px 0 #000;
}

.wine-image-thumb {
  width:50%;
  margin:auto;
  padding-top:30px;
}

.wine-title {
  font-family: 'Playfair Display', serif;
  font-size:22px;
  font-weight:bold;
  text-align:center;
  margin-bottom:20px;
}

.wine-desc {
  text-align:center;
  margin-bottom:20px;
}

.red-button {
  font-family: 'Playfair Display', serif;
  color:#EB1C24;
  width:170px;
  border:1px solid #EB1C24;
  text-align:center;
  font-weight:bold;
  margin:auto;
  padding:5px 0px;
  font-size:17px;
  margin-bottom:50px;
  background:#fff;
  transition:background 500ms;
}

.red-button:hover {
  background:#EB1C24;
  color:#fff;
  transition:background 500ms;
}

.margintop {
  margin-top:50px;
}

.marginbottom {
  margin-bottom:100px;
}

.footer-bar {
  box-shadow: 0px -0.3px 0 #fff;
  padding-top:30px;
  color:#fff;
  text-align:center;
  font-size:12px;
}

.cp-footer {
  color:#fff;
}

.footer-title {
  font-family: 'Playfair Display', serif;
  font-size:20px;
  font-weight:bold;
}

.bg-wine {
  background:url("/wp-content/uploads/2018/07/bg-wine-home-01.jpg");
  padding:50px 0px 600px 0px;
  background-size:cover;
  background-position:center top;
}

.bg-story {
  background:url("/wp-content/uploads/2018/07/bg-story-01.jpg");
  padding:100px 0px 100px 0px;
  background-size:cover;
  background-position:center center;
}

.bg-process {
  background:url("/wp-content/uploads/2018/07/bg-process-01.jpg");
  padding:50px 0px 50px 0px;
  background-size:cover;
  background-position:center center;
}

.bg-news {
  background:url("/wp-content/uploads/2018/07/bg-news-01.jpg");
  padding:50px 0px 50px 0px;
  background-size:cover;
  background-position:center center;
}

.bg-footer {
  background:url("/wp-content/uploads/2018/07/bg-footer-01.jpg");
  padding:50px 0px 20px 0px;
  background-size:cover;
  background-position:center center;
}

.bg-aboutus {
  background:url("/wp-content/uploads/2018/08/bg-abouts-01.jpg");
  background-size:cover;
  background-position:left bottom;
  padding:300px 0px 50px;
}

.margin-top-minus {
  margin-top:-51px;
}

.text-white {
  color:#fff;
}

.text-brown {
  color:#69191a;
}

.title-white {
  font-family: 'Playfair Display', serif;
  font-size:35px;
  color:#fff;
  font-weight:bold;
  line-height:45px;
}

.title-white:after {
  display:block;
  content:"";
  height:1px;
  width:70px;
  background-color:#fff;
  margin:30px 0px;
}

.title-black {
  font-family: 'Playfair Display', serif;
  font-size:35px;
  color:#000;
  font-weight:bold;
  text-align:center;
}

.title-black:after {
  display:block;
  content:"";
  height:1px;
  width:70px;
  background-color:#000;
  margin:auto;
  margin-top:30px;
  margin-bottom:30px;
}

.title-black-left {
  font-family: 'Playfair Display', serif;
  font-size:35px;
  line-height:40px
  color:#000;
  font-weight:bold;
}

.title-black-left:after {
  display:block;
  content:"";
  height:1px;
  width:70px;
  background-color:#000;
  margin-top:30px;
  margin-bottom:30px;
}