/*---------------------------------------------------------------------------------

 Theme Name:   MFB
 Theme URI:    https://www.madeforbass.com
 Description:  A Divi child-theme for the Made For Bass website
 Author:       James Hawkins
 Author URI:   https://www.madeforbass.com
 Template:     Divi
 Version:      1.1.3
 Tested up to:      6.5
 Requires at least: 6.2
 Requires PHP:      7.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@import url("../Divi/style.css");

/* Main website header */
#main-header {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #171717;
  width: 100%;
  /* -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    box-shadow: inset 0px -2px 0px 0px #1C0A00;
    position: relative;
    z-index: 99999;*/
}
/* MAIN NAVIGATION STYLE */
/* Main navigation shopping cart  */
#et-top-navigation .et-cart-info {
  display: none;
  float: left;
  margin: -2px 0 0 22px;
  font-size: 16px;
}
/* Main navigation call-to-action */
.divi-life-cta-menu a {
  color: #7678ed !important;
  text-align: center;
  font-weight: 700 !important;
}
/* GENERAL LAYOUT & FORMATTING STYLE */
/* Divi list style */
#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
}
/* DIVI HEADINGS STYLE */
h1,
h1.et_pb_contact_main_title,
.et_pb_title_container h1 {
  font-size: 44px !important;
  font-weight: 700 !important;
}
h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
}
h2,
.et-db #et-boc .et-l h2,
.product .related h2,
.et-db #et-boc .et-l .product .related h2,
.et-db #et-boc .et-l .et_pb_column_1_2 .et_quote_content blockquote p {
  font-size: 16px !important;
  /*text-transform: uppercase!important; */
  font-weight: 700 !important;
}
.et_pb_text_0 h2 {
  font-weight: 700 !important;
}
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-bottom: -40px;
}
h2,
.et-db #et-boc .et-l h2,
.product .related h2,
.et-db #et-boc .et-l .product .related h2,
.et-db #et-boc .et-l .et_pb_column_1_2 .et_quote_content blockquote p {
  font-size: 26px !important;
  /* text-transform: uppercase!important;*/
  font-weight: 700 !important;
}
/* Divi Blurb Headings Style */
.et_pb_blurb h4 {
  font-weight: 700 !important;
}
/* Divi Blog Post Headings Style */
.et_pb_post_content_0_tb_body h2 {
  font-weight: 700 !important;
}
.et_pb_post h2 a {
  font-weight: 700 !important;
  font-size: 1em !important;
}
.et_pb_blog_grid h2 {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.et_pb_blog_grid h2:hover {
  color: #7678ed !important;
}
/* Divi Sidebar & Widget Headings Style */
.et_pb_sidebar_0_tb_body.et_pb_widget_area h4.widgettitle {
  font-weight: 700 !important;
}
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
  font-size: 20px;
  font-weight: 700 !important;
}
/* Default Divi Link Styles */
a {
  color: #7678ed;
  text-decoration: none;
}
a:hover {
  text-decoration: underline !important;
}
mark {
  background-color: transparent;
  color: #666666 !important;
}
.et_pb_code_0 a {
  color: #7678ed !important;
}
/* DIVI BUTTON STYLE */
.et_pb_button {
  font-size: 16px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}
.et_pb_button:hover {
  text-decoration: none !important;
  color: #ffffff !important;
}
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover {
  padding: 0.3em 1em !important;
  color: #ffffff !important;
}
/* SOCIAL MEDIA ICON STYLE */
ul.et_pb_social_media_follow {
  list-style-type: none !important;
  margin: 0 0 22px;
  padding: 0;
}
.et_pb_social_media_follow li a {
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.et_pb_social_media_follow li a:hover {
  text-decoration: none !important;
}
/* WOOCOMMERCE STYLE */
/* WooCommerce Breadcrumbs */
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #3d348b !important;
  text-decoration: underline !important;
}
/* WooCommerce Products */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 0 9px !important;
  border: 1px solid #f1f1f1;
}
.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a:hover img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 0 9px !important;
  border: 1px solid #f1f1f1;
  background-color: #ffffff !important;
}
a .woocommerce-loop-category__title {
  color: #7678ed !important;
  font-size: 18px !important;
  font-weight: normal !important;
}
a:hover .woocommerce-loop-category__title {
  color: #3d348b !important;
  text-decoration: underline !important;
}
a .woocommerce-loop-product__title {
  color: #7678ed !important;
  font-size: 18px !important;
  font-weight: normal !important;
}
a:hover .woocommerce-loop-product__title {
  color: #3d348b !important;
  text-decoration: underline !important;
}
.woocommerce #reviews #comments h2 {
  clear: none;
  font-size: 20px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
  background: #7678ed !important;
}
.woocommerce #review_form #respond .form-submit input:hover {
  background: #3d348b !important;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.et_pb_widget li a:hover,
.et-db #et-boc .et-l .et_pb_widget li a:hover,
.et-db
  #et-boc
  .et-l
  .et_pb_filterable_portfolio
  .et_pb_portfolio_filters
  li
  a.active,
.et-db
  #et-boc
  .et-l
  .et_pb_filterable_portfolio
  .et_pb_portofolio_pagination
  ul
  li
  a.active,
.et-db #et-boc .et-l .et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.nav-single a,
.et-db #et-boc .et-l .nav-single a,
.tagged_as a,
.et-db #et-boc .et-l .tagged_as a,
.posted_in a,
.et-db #et-boc .et-l .posted_in a {
  color: #7678ed !important;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  margin: 4px auto 0.3em auto !important;
}
.et-db #et-boc .et-l .et_pb_wc_description_1_tb_body ul {
  text-align: left;
  padding-left: 20px;
}
/* DIVI COMMENT FORM STYLE */
#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"],
#commentform textarea {
  padding: 12px;
  color: #666666;
  line-height: 1em;
  background-color: #f7f7f7;
  font-size: 16px;
  border: 1px solid #f1f1f1 !important;
  border-radius: 4px;
}
/* WPZONE DIVI EXTRA PLUGIN STYLE */
/* Aspen Grove Divi Extra Headings Style */
.ags-divi-extras-module h1,
.ags-divi-extras-module h2,
.ags-divi-extras-module h3,
.ags-divi-extras-module h4,
.ags-divi-extras-module h5,
.ags-divi-extras-module h6 {
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.75);
  font-family: "Poppins", sans-serif !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
}
/* Aspen Grove Divi Extra Post Meta Style */
.ags-divi-extras-module .et_pb_extra_module .post-meta,
.ags-divi-extras-module .et_extra_other_module .post-meta {
  margin: 0 0 5px;
  padding: 0 0 0 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
/* Aspen Grove Divi Extra Pagination Link Style */
.ags-divi-extras-module .paginated .pagination li a,
.ags-divi-extras-module .paginated > .page-numbers li a,
.ags-divi-extras-module .archive-pagination .pagination li a,
.ags-divi-extras-module .archive-pagination > .page-numbers li a {
  display: block;
  text-align: center;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
/* Aspen Grove Divi Extra Active Link Pagination Style */
.ags-divi-extras-module .paginated .pagination li.active a,
.ags-divi-extras-module .paginated > .page-numbers li.active a,
.ags-divi-extras-module .archive-pagination .pagination li.active a,
.ags-divi-extras-module .archive-pagination > .page-numbers li.active a {
  color: #ffffff;
  background: #111111;
}
/* Aspen Grove Divi Extra Pagination Style */
.ags-divi-extras-module .paginated .pagination,
.ags-divi-extras-module .paginated > .page-numbers,
.ags-divi-extras-module .archive-pagination .pagination,
.ags-divi-extras-module .archive-pagination > .page-numbers {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 10px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1 !important;
  text-align: right;
}
/* Aspen Grove Divi Extras Module WooCommerce Details Styling  */
.ags-divi-extras-module .et_pb_extra_module,
.ags-divi-extras-module .et_extra_other_module,
.ags-divi-extras-module .project-details,
.ags-divi-extras-module .posts-blog-feed-module.masonry .hentry,
.ags-divi-extras-module
  .woocommerce-page
  ul.products
  li.product
  .product-wrapper,
.ags-divi-extras-module .woocommerce ul.products li.product .product-wrapper,
.ags-divi-extras-module .woocommerce-page div.product div.summary,
.ags-divi-extras-module .woocommerce div.product div.summary,
.ags-divi-extras-module
  .woocommerce-page
  div.product
  .extra-woocommerce-details-accordion,
.ags-divi-extras-module
  .woocommerce
  div.product
  .extra-woocommerce-details-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background: #ffffff;
  border: 0px solid #f1f1f1 !important;
  border-radius: 15px !important;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 24px;
  overflow: hidden;
}
.ags-divi-extras-module .et_pb_extra_module .post-meta a,
.ags-divi-extras-module .et_extra_other_module .post-meta a {
  color: #7678ed !important;
  text-decoration: none;
}
.ags-divi-extras-module .et_pb_extra_module .post-meta a:hover,
.ags-divi-extras-module .et_extra_other_module .post-meta a:hover {
  color: #3d348b !important;
  text-decoration: underline !important;
}
/* DIVI BLOG STYLE */
/* Divi Blog Navigation Links Style */
.et_pb_posts_nav .meta-nav,
.et_pb_posts_nav .nav-label,
.et_pb_posts_nav .nav-next,
.et_pb_posts_nav .nav-previous {
  position: relative;
  font-size: 16px !important;
}
/*Divi Blog Meta Link Style */
.et_pb_title_meta_container a {
  color: #7678ed !important;
}
/*Divi Blog Meta Link Hover Styling */
.et_pb_title_meta_container a:hover {
  color: #3d348b !important;
  text-decoration: underline !important;
}
/* Divi Blog Read More Button Style */
body
  #page-container
  .et_pb_section
  .ags-divi-extras-module
  .et_pb_posts_blog_feed_masonry_agsdcm_0
  .hentry
  .read-more-button {
  color: #f1f1f1 !important;
  font-size: 16px;
  background-color: #7678ed;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Divi Blog Read More Button Hover Styling */
body
  #page-container
  .et_pb_section
  .ags-divi-extras-module
  .et_pb_posts_blog_feed_masonry_agsdcm_0
  .hentry
  .read-more-button:hover {
  text-decoration: none !important;
}
/* DIVI SIDEBAR STYLE */
/* Divi Single Page Sidebar Style */
.single #sidebar {
  background: transparent;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  width: 25%;
}
/* Divi Search Bar Styling */
.widget_search input#s,
.widget_search input#searchsubmit,
.et_pb_widget .wp-block-search__input,
.et_pb_widget .wp-block-search__button {
  padding: 0.7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #f1f1f1;
  color: #666;
  background: #f7f7f7;
}
/* Divi Sidebar Search Button */
button.wp-block-search__button {
  background: #7678ed !important;
  color: #f1f1f1 !important;
  /*text-transform: uppercase!important;*/
  font-size: 12px !important;
  font-weight: 700 !important;
}
/* Divi Sidebar Search Button Hover */
button.wp-block-search__button:hover {
  background: #3d348b !important;
}
/* Remove Divi Sidebar Border */
.container::before {
  display: none;
}
/* Divi Sidebar Widget Title */
h4.widgettitle {
  font: "Poppins", sans-serif !important;
  font-size: 26px !important;
  font-weight: 700px !important;
  letter-spacing: 1px !important;
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 10px !important;
}
/* Divi Sidebar Widget Body Text */
.et_pb_widget p,
.et_pb_widget ul li,
.et_pb_widget ul li a:link,
.et_pb_widget ul li a:visited {
  padding-top: 10px;
  padding-left: 5px;
  font-size: 14px !important;
  text-align: left;
  line-height: 1em;
}
/* Divi Sidebar Link Hover */
.et_pb_widget ul li a:hover {
  color: #3d348b !important;
  text-decoration: underline !important;
}
/* Divi Sidebar Widget List Hover */
.et_pb_widget ol li,
.et_pb_widget ul li {
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
/* DIVI WIDGET STYLE */
/*Divi Widget List Style */
.et_pb_widget_area ul {
  list-style: none !important;
  padding: 0 !important;
  line-height: inherit !important;
  text-align: left;
}
/* DIVI FOOTER STYLE */
/*Divi Footer Widget List Styling */
#footer-widgets .footer-widget li {
  padding-left: 10px !important;
  list-style: none !important;
  position: relative;
}
/* Divi Footer Widget Link Hover Styling */
#footer-widgets .footer-widget li a:hover {
  color: #999999 !important;
  text-decoration: underline;
}
/* Divi Footer Widget List Before Styling */
#footer-widgets .footer-widget li:before {
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
}
/* Default WordPress Latest Posts Widget */
/*.wp-block-latest-posts.alignleft {
    margin-right: 0em!important;
}*/
a.wp-block-latest-posts__post-title {
  padding-left: 0px !important;
}
/* MAILCHIMP STYLE */
/* Mail Chimp Signup Form Style */
#mc_signup {
  padding-top: 2px;
}
#mc_signup_form {
  padding: 5px;
  border-width: 0px;
  border-style: solid;
  border-color: #666666;
  color: #f1f1f1;
  background-color: transparent;
}
#mc_subheader {
  line-height: 1.25em;
  margin-bottom: 4px !important;
  color: #888;
  font-size: 16px;
}
.mc_var_label,
.mc_interest_label {
  display: block;
  margin-bottom: 0px;
}
.mc_input {
  border-radius: 3px;
  padding: 0.7em;
  height: 40px !important;
  margin: 0;
  font-size: 15px;
  line-height: normal !important;
  border: 1px solid #bbb;
  color: #666;
}
.mergeRow {
  display: none;
  padding: 0;
}
.mc_signup_submit {
  /* text-align: center; */
  padding-top: 0px;
  margin-top: -20px !important;
}
.mc_signup_submit .button {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.99);
  background-color: #7678ed;
  border-width: 1px !important;
  border-color: #7678ed;
  border-radius: 4px;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
}
.mc_signup_submit .button:hover {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.99);
  background-color: #3d348b;
  border-width: 1px !important;
  border-color: #3d348b;
  border-radius: 4px;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  transition: all 300ms ease 0ms;
}
/* WPFORMS STYLE */
/* WPForms Submit Button Style */
.wpforms-form input[type="submit"],
.wpforms-form button[type="submit"] {
  background-color: #7678ed !important; /* Grey background */
  border: 1px solid #7678ed !important; /* Dark grey border */
  border-radius: 4px;
  color: #f1f1f1 !important; /* Black text color */
  font-size: 1em; /* Size of text */
  /*text-transform: uppercase!important;*/
  font-weight: 700 !important;
  padding: 10px 15px; /* Distance between text and border */
}
.wpforms-form input[type="submit"],
.wpforms-form button[type="submit"]:hover {
  background-color: #3d348b !important; /* Grey background */
  border: 1px solid #3d348b !important; /* Dark grey border */
  border-radius: 4px;
  color: #f1f1f1 !important; /* Black text color */
  font-size: 1em; /* Size of text */
  padding: 10px 15px; /* Distance between text and border */
  transition: all 300ms ease 0ms;
}
.wpforms-form * {
  border-radius: 4px !important;
}
/* PRODUCT PAGE STYLE */
/* Product Meta Title */
.product_meta {
  border-width: 0;
  border-style: solid;
  border-color: #dadada;
  border-top: 1px solid #dadada;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  padding-top: 6px;
}
/* WooCommerce Product Meta Link */
.posted_in a,
.tagged_as a {
  font-weight: 500;
  color: #7678ed !important;
  text-decoration: none;
}
.posted_in a:hover,
.tagged_as a:hover {
  font-weight: 500;
  color: #3d348b !important;
  text-decoration: underline !important;
}
/* Divi BREADCRUMB STYLE */
/* Div and WooCommerce Breadcrumb Style */
.et-db #et-boc .et-l .et_pb_wc_breadcrumb_0_tb_body.et_pb_wc_breadcrumb a:hover,
.et-db
  #et-boc
  .et-l
  .et_pb_wc_breadcrumb_0_tb_body.et_pb_wc_breadcrumb
  .woocommerce-breadcrumb
  a:hover,
.et-db
  #et-boc
  .et-l
  .et_pb_wc_tabs_0_tb_body.et_pb_tabs
  .et_pb_all_tabs
  .et_pb_tab
  a:hover {
  text-decoration: underline;
}
.et-db #et-boc .et-l .et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.et-db #et-boc .et-l .et_overlay:before {
  color: #3d348b;
  content: "\E050";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.et-db #et-boc .et-l .et_portfolio_image,
.et-db #et-boc .et-l .et_shop_image {
  position: relative;
  display: block;
}
.et-db #et-boc .et-l .et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,
.et-db #et-boc .et-l .et_portfolio_image:hover .et_overlay,
.et-db #et-boc .et-l .et_shop_image:hover .et_overlay {
  z-index: 3;
  opacity: 1;
}
.et-db #et-boc .et-l #ie7 .et_overlay,
.et-db #et-boc .et-l #ie8 .et_overlay {
  display: none;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_has_overlay {
  position: relative;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_has_overlay .et_overlay,
.et-db #et-boc .et-l article.et_pb_has_overlay {
  border: none;
}
/* Divi Back to Top Button Styling */
.et_pb_scroll_top.et-pb-icon {
  text-align: center;
  background: #7678ed;
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 10px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-radius: 25px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
}


