/*
Theme Name: Voice Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/voice/
Description: Voice WordPress child theme.
Template: voice
Text Domain: voice-child
*/


.byline {
    font-weight: 300;
    font-style: italic;
}

.site-content.container{
    padding: 0;
    max-width: 100%
}
 .woocommerce.vce-sid-none .vce-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.with-from .elementor-price-table__price:before {
    content: 'From';
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: medium;
    line-height: 1;
}

/*Booking*/
.product-template-default.woocommerce .main-box {
  margin: 0 auto;
  padding: 0 20px 40px;
}
.woocommerce .main-box {
  box-shadow: none; 
  padding: 0 20px 40px;
  max-width: 1160px;
  margin: 0 auto;
  background: transparent;
}
.woocommerce div.product {
  width: 100%;
  background: #fff;
  float: left;
}
.booking-title-wrapper {
  background-color: #6A7175;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce div.product div.summary .booking-title-wrapper p.price {
  color: #fff;
  font-size: 1em;
}
.product-template-default .summary.entry-summary > div > div, .product-template-default .summary.entry-summary > div > p {
  padding: 0 20px;
}
.booking-title-wrapper.heading h1 {
  font-weight: 700;
}
.booking-title-wrapper.heading {
  padding-top: 20px !important;
}
.booking-title-wrapper.price {
  padding-bottom: 20px !important;
}
.booking-title-wrapper .price .amount, .booking-title-wrapper h1{
  color: #fff;
}
.booking-title-wrapper .price {
    margin-bottom: 0;
}
.woocommerce div.product div.summary {
  margin-bottom: 0;
}
.woocommerce div.product div.summary .price {
    font-size: 1.35em;
}
.woocommerce div.product form.cart {
  padding: 40px 20px;
}
.woocommerce-product-gallery {
    display:none;
 }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100%;
    padding: 0;
}

.product-template-default .main-box .product-inner {
     max-width: 1160px;
}

.woocommerce div.product .product_title, .woocommerce div.product div.summary .price {
  text-align: center;
}

.wc-bookings-booking-form {
  border: 0;
    padding: 0;
}
.wc-bookings-booking-form .form-field {
  margin-bottom: 20px;
}
.wc-bookings-booking-form fieldset {
  padding: 0 0 20px;
}

.wc-bookings-booking-form .form-field .block a, .wc-bookings-booking-form .block-picker li:nth-child(odd) a{
  background-color: #2ecc71; 
    color: #fff;
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
  border-top: 0;
  background: transparent;
}
.entry-summary .product_meta {
  display: none;
}
.select-time-lable {
  width: 100%;
  padding: 10px 0px !important;
}
.wc-bookings-booking-form .block-picker li a {
  background:#2ecc71 !important;
}
.wc-bookings-booking-form h3 {
  text-align: left;
  font-size: 2.5rem;
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
  padding: 0 20px 20px
}
.woocommerce button.disabled, .woocommerce button.alt:disabled {
  background-color: #A42727 !important;
}
.woocommerce-notices-wrapper {
  width: 100%
}

/* Cart */

.woocommerce-cart .woocommerce{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-cart  .woocommerce-cart-form {
  width: 70%;
}

.woocommerce-cart .cart-collaterals {
  width: 30%;
  padding: 0 10px;
}
.woocommerce-cart .cart-collaterals .inner{
  background: #fff;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  border-style: none;
}
/* Checkout */

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  float: none;
}

/*Optin monster*/

button.atlanta-CloseButton {
  		min-width: 1px;
	}

.grecaptcha-badge {
	display: none !important;
}

@media (max-width: 767px) {
  .home-banner .elementor-background-slideshow__slide__image{
      background-position: 85% 100% !important;
  }
  .woocommerce-cart  .woocommerce-cart-form {
  width: 100%;
  }

  .woocommerce-cart .cart-collaterals {
    width: 100%;
    padding: 0;
  }

}

@media only screen and (max-width: 1023px) {
  .container {
    max-width: 100%;
  }

}