/*
Theme Name: Bootscore Child — Ambons
Theme URI: https://bootscore.me/
Author: Your name
Author URI: https://bootscore.me
Description: Ambons HTML template integrated as a Bootscore child theme.
Template: bootscore
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 8.0
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore-child-ambons
*/

/* Overrides after ambons-bundle.css */

.alignfull {max-width: 100vw; width: 100vw;}
.entry-content .alignfull {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: visible;
}
/*
.alignwide {max-width: 1320px; width: 100vw; margin:0 auto;}
*/
.alignwide {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width:100%;
  padding-right:calc(var(--bs-gutter-x) * .5);
  padding-left:calc(var(--bs-gutter-x) * .5);
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px) {
  .alignwide {
    max-width:540px
  }
}
@media (min-width:768px) {
  .alignwide {
    max-width:720px
  }
}
@media (min-width:992px) {
  .alignwide{
    max-width:960px
  }
}
@media (min-width:1200px) {
  .alignwide{
    max-width:1140px
  }
}
@media (min-width:1400px) {
  .alignwide{
    max-width:1320px
  }
}


.mobile-menu .nav-logo{text-align: center;}
.mobile-menu .nav-logo img{max-width: 80px;}


.woocommerce div.product form.cart .button{background-color: #000;}
.woocommerce div.product form.cart .button:hover{color:#333;}

.product_type_variable{background-color: #000; padding:12px 0; border:solid 1px #333;}
.product_type_variable:hover{background-color: #333; padding:12px 0; border:solid 1px #333;}

.footer-faq-links a{font-size:12px !important; max-width:200px;}
