/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Jaden Style Overrides for Beaver Builder or Shoptimizer
*/
h1,h2,h3,h4,button,a,p,ol,ul,li,span {
	font-family: "Sen", sans-serif !important;
}

h1,h2 {
  	font-optical-sizing: auto;
  	font-weight: 800 !important;
	font-style: normal;
}

h1 {
	font-size: 3.2rem !important;
}

h1.product_title {
	font-size: 2.8rem !important;
	font-weight: 400 !important;
}

h2 {
        font-size: 3rem !important;
}

/* Navigation */
.menu-primary-menu-container > ul > li > a span {
	font-size: 1.2rem !important;
	font-weight: 200 !important;
}

/* Homepage Slider Styling */
.fl-slide-content-wrap {
	padding-left: 0 !important;
	width: 70% !important;
}

.fl-slide-content {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.fl-slide .fl-slide-content .fl-slide-title {
	margin-bottom: 0 !important;
}

.fl-slide .fl-slide-content .fl-slide-text * {
	font-size: 1.4rem !important;
}

.fl-slide .fl-slide-content .fl-slide-text button {
        font-size: 1rem !important;
}

.fl-content-slider .fl-slide-bg-photo::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 75%);
}

.home h1.entry-title {
	display: none;
}

/* Top Banner */
.pp-info-banner-content *
{
	color: #fff !important;
	font-weight: 400 !important;
}

button {
	background-color: #003c19;
	color: #fff;
	font-weight: 600;
	padding: 20px;
	text-transform: capitalize;
}

.fl-builder-content {
	left: 0;
	position: absolute;
	width: 100vw;
}

#content.site-content {
	padding-top: 0;
}

/* Product Pages and Category Pages */
#primary header.woocommerce-products-header {
	display: none;
}
