/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
.fl-builder img {
  max-width: 100%
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  border: none
}

@media only screen and (min-width: 768px) {
  .fl-page-header-primary .row>div:first-child {
    width: 16.66666667%;
  }

  .fl-page-header-primary .row>div:last-child {
    width: 83.33333333%;
  }
}

/** ----------------------
JAN 14, 2020
----------------------- **/
div#sponsorship-request-form .gform_wrapper h3.gform_title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
#sponsorship-request-form .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 20px
}
#sponsorship-request-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#sponsorship-request-form .gform_wrapper textarea,
#sponsorship-request-form .gform_wrapper select {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  min-height: 40px;
}
#sponsorship-request-form .gform_wrapper .top_label .gfield_label {
  margin-bottom: 0;
}
body #sponsorship-request-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 0
}
#sponsorship-request-form .gform_wrapper .gfield.toa-checkbox {
  font-size: 14px;
  font-weight: 700;
}
#terms-of-agreement ul > li {
  margin-bottom: 10px;
}
/** ----------------------
JAN 15, 2020
----------------------- **/
.woocommerce ul.products li.product {
  margin-left: 0 !important
}
.woocommerce ul.products li.product.first,
.woocommerce ul.products li.product.last {
  clear: none !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
  margin-right: 2% !important
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-size: 20px
}
.woocommerce ul.products li.product-category.product + .product:not(.product-category) {
  clear: left !important;
}
/** ----------------------
JAN 27, 2020
----------------------- **/
#gform_confirmation_message_3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}