/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
}
.upcoming-events-list-button {
    display: block;
    width: 50%;
    border: 1px solid;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    background: white!important;
    color: #d8b981!important;
}

/*Screen*/
@media (min-width: 767px) {
    .mobile {
      display: none;
    }
}

/*Logos*/
.desktop-logo {
  width: 200px;
  height: auto;
  margin-top: -22px;
}
.footer-logo {
	width: 200px;
	height: auto;
}
.mobile-logo {
    width: 110px;
    height: 90px;
}

body { 
  background: url('/wp-content/uploads/bg-new.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Shop*/
.screen-reader-text {
    display: none;
}
.woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 24px;
}
.product_title.entry-title {
    font-size: 30px;
    line-height: 38px;
}
.wsmsb_title {
    font-size: 22px;
    line-height: 26px;
}
.woocommerce-products-header__title.page-title {
    font-size: 30px;
    line-height: 38px;
}
.alignright {
    width: 100px !important;
    height: auto !important;
}

/*Shop Products Dual*/
@media only screen and ( max-width: 980px ) {
.woocommerce-page ul.products li.product:nth-child(n) {
width: 47.5% !important;
margin-right: 2.5% !important;
}
.woocommerce-page ul.products li.product:nth-child(2n) {
margin-right: 0 !important;
}
}

.aclight .accordion a {
  color: #fff !important;
}
.sales.block {
  display: none;
}
.pv_shop_description {
  display: none;
}