/*
 Theme Name:   Divi Child
 Theme URI:    https://example.com
 Description:  A child theme for Divi with custom responsive and ADA-compliant typography
 Author:       Your Name
 Author URI:   https://example.com
 Template:     Divi
 Version:      1.0.0
*/
body {
  font-family: 'Barlow', serif;
}
h1, h2, h3, h4, h5, h6,
.button, .et_pb_button, .et_pb_module_header {
  font-family: 'Albert Sans', sans-serif;
}

main, 
.main-content, 
#main-content {
    padding-top: 1rem !important;
}

main,
.archive.et-tb-has-template, .page.et_pb_pagebuilder_layout,
#main-content {
	padding-top: 1rem !important;
}

/* Tablet and mobile */
@media (max-width: 1024px) {
    main, 
    .main-content, 
    #main-content {
        padding-top: 1rem !important;
    }
}
/* Add padding-bottom to the Size Guide link */
a[onclick*="Printful_Product_Size_Guide.onSizeGuideClick"] {
    padding-bottom: 10px;
    display: inline-block; 
}
a {
  color: #005fcc;
  text-decoration: underline;
}
a:hover {
  color: #003e99;
  text-decoration: none;
}
.welcome-video-video {
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: block;
  object-fit: cover;
}


.pa-toggle-text .et_pb_text_inner {
	max-height: 200px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
}
.pa-toggle-text .et_pb_text_inner:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 100px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
}
.pa-toggle-text .pa-text-expand-button {
	padding: 0.5em;
	text-align: left;
	color: #db3927!important;
}
.pa-toggle-text .pa-text-expand-button span {
	cursor: pointer;
}
.pa-toggle-text .pa-text-expand-button .pa-text-toggle-icon {
	font-family: ETMODULES, "sans-serif";
}
.pa-toggle-text .pa-text-toggle-expanded {
	max-height: 2000px;
	transition: max-height 0.3s ease-in;
}
.pa-toggle-text .pa-text-toggle-expanded.et_pb_text_inner:after {
	background: none;
}
.woocommerce-MyAccount-content > p:nth-of-type(2) {
  display: none;
}
.sub-menu li a { font-size: 14px !important; }


.woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none !important;
}
.row.two-col {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.row.two-col .col {
  flex: 1;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .row.two-col {
    flex-direction: column;
  }
}
span.required {
  color: red;
  margin-left: 4px;
  font-weight: bold;
}

.category-section {
  display: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.category-section.active {
  display: block;
  opacity: 1;
}
.filter-button {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-family: 'Albert Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0b1f41;
  text-decoration: none;
  cursor: pointer;
  margin: 0 0.5em;
  position: relative;
  transition: color 0.3s ease;
}
.filter-button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #0b1f41;
  border-radius: 1px;
  transition: width 0.3s ease;
}
.filter-button:hover {
  color: #0b1f41;
}
.filter-button:hover::after {
  width: 100%;
}
.filter-button.active {
  color: #db3927 !important;
}
.filter-button.active::after {
  width: 100%;
  background-color: #0b1f41 !important;
}

.et_pb_image_1_tb_header {
    display: none !important;
}
@media (min-width: 768px) {
  .footer1 {
    width: 35% !important;
  }
}
@media (min-width: 768px) {
  .footer2 {
    width: 20% !important;
  }
}
@media (min-width: 768px) {
  .footer3 {
    width: 35% !important;
  }
}
#shipping_method {
    display: none !important;
}
.shipping_method_dropdown {
    display: block !important;
}
.tax-product_cat .et_builder_inner_content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


