/**
Theme Name: Jordan Creative
Author: Jordan Creative
Author URI: https://jrdncrtv.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jordan-creative
Template: astra
*/
/* C7 Overrides */
/* Main header */
.c7wp-header-menus {
	display: flex;
	flex-wrap: nowrap;
	text-align: center;
}

.c7wp-header-menus a {
	display: block;
	color: rgba(255,255,255,0.7);
	font-family: Trajan Pro, serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 10px 0px 10px;
}

header a.c7-user-nav__account__login::before {
	content: "\f007";
	font-family: "Font Awesome 5 Free";
  font-weight: 400 ;
	display: inline-block;
	margin-right: 10px;
}

.c7wp-header-menus a:hover {
	color: rgba(255,255,255,1);
}

.c7wp-header-menus button.c7-link {
	padding: 0 10px;
	color: rgba(255,255,255,0.7);
	position: relative;
}
.c7wp-header-menus button.c7-link::after {
	content: "My Cart";
  font-weight: 400 ;
	display: inline-block;
	margin-left: 10px;
}
.c7wp-header-menus button:hover {
	background: transparent;
}
.c7wp-header-menus button svg {
	stroke: rgba(255,255,255,0.7);
}
.c7wp-header-menus button:hover svg {
	stroke: rgba(255,255,255,1);
}
.c7wp-header-menus button .c7-user-nav__cart__count {
	position: absolute;
	top: -5px;
	left: 0;
}
/* Commerce7 forms */
.elementor-shortcode .c7wp-wrap label {
    font-family: Trajan Pro, serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
}
.elementor-shortcode .c7wp-wrap button {
    font-family: Trajan Pro, serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0px;
    padding: 12px 24px 12px 24px!important;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
}
.elementor-shortcode .c7wp-wrap button:hover {
    border-color: var(--ast-global-color-3);
    background-color: var(--ast-global-color-3);
}
.elementor-shortcode .c7-form__buttons {
    margin: 20px 0 0!important;
}
/* Commerce7 subscribe form */
#footercta .c7wp-wrap label {display: none!important;
}
#footercta .c7wp-wrap[data-c7-type="subscribe"] .c7-btn.c7-btn--primary {
  height: 40px;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 0 22px!important;
  box-shadow: none;
  font-family: "Inter", serif!important;
}
#footercta .c7wp-wrap[data-c7-type="subscribe"] .c7-btn.c7-btn--primary span {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
#footercta .c7wp-wrap[data-c7-type="subscribe"] .c7-btn.c7-btn--primary:hover {
  background: #fff;
}
#footercta .c7wp-wrap[data-c7-type="subscribe"] .c7-btn.c7-btn--primary:hover span {
  color: #b7a567;
}
#footercta .c7wp-wrap[data-c7-type="subscribe"] input::placeholder {
    color: #8a8a8a;
    opacity: 1;
    font-size: 16px;
}
#footercta .c7-form__group .c7-form__field + button {
    margin: 0px 0 20px 10px;
}
/* =========================================================
   LPW / Commerce7 Dynamic Route Pages
   Astra + Elementor
   Commerce7 body class: .c7wp
   ========================================================= */


/* ---------------------------------------------------------
   Full-width layout for Commerce7 dynamic route pages
   --------------------------------------------------------- */

body.c7wp .site-content .ast-container,
body.c7wp .ast-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.c7wp .content-area,
body.c7wp .site-main,
body.c7wp .entry-content,
body.c7wp #content {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* ---------------------------------------------------------
   Remove Astra default article/content spacing
   --------------------------------------------------------- */

body.c7wp .site-content,
body.c7wp .ast-article-single,
body.c7wp .ast-separate-container .ast-article-single {
  padding: 0 !important;
  margin: 0 !important;
}


/* ---------------------------------------------------------
   Transparent Astra header overlay
   --------------------------------------------------------- */

body.c7wp #masthead,
body.c7wp .site-header {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent !important;
}

body.c7wp .main-header-bar,
body.c7wp .ast-primary-header-bar,
body.c7wp .ast-above-header-bar,
body.c7wp .ast-below-header-bar {
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}


/* ---------------------------------------------------------
   Header menu colors over transparent background
   --------------------------------------------------------- */

body.c7wp .main-header-menu a,
body.c7wp .ast-builder-menu a,
body.c7wp .ast-header-account-link,
body.c7wp .ast-icon-shopping-cart,
body.c7wp .ast-menu-toggle {
  color: #ffffff !important;
}


/* ---------------------------------------------------------
   Make sure Commerce7 content can sit under header
   --------------------------------------------------------- */

body.c7wp #page,
body.c7wp #content,
body.c7wp .site-content,
body.c7wp .site-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* ---------------------------------------------------------
   Commerce7 wrapper
   --------------------------------------------------------- */

body.c7wp .c7wp-wrap {
  position: relative;
  z-index: 1;
}


/* ---------------------------------------------------------
   Optional: only use if content is hidden too far under nav
   Increase/decrease as needed.
   --------------------------------------------------------- */

/*
body.c7wp .c7wp-wrap {
  padding-top: 100px;
}
*/
/* Fix logo clipping on Commerce7 pages */

body.c7wp #masthead,
body.c7wp .ast-primary-header-bar,
body.c7wp .main-header-bar {
  overflow: visible !important;
}

body.c7wp .custom-logo-link,
body.c7wp .custom-logo {
  max-height: none !important;
  overflow: visible !important;
}
body.c7wp .site-branding {
  transform: translateY(-15px);
}

.wp-block-c7wp-default .c7-h1 {
	display: none;
}

/* C7 Products List */
.c7-product-collection h2.c7-h2 {
	font-family: Trajan Pro, Helvetica, Arial, sans-serif;
	color: var(--ast-global-color-0);
}
.c7-product-collection__product-list, .c7-product-allocation__product-list {
	grid-template-columns: 1fr 1fr 1fr;
}
.c7-product-collection .c7-product {
	flex-wrap: wrap;
	justify-content: center;
	font-family: var(--c7-font-family);
}
.c7-product-collection .c7-product__image, .c7-related-products .c7-product__image, .c7-product-allocation .c7-product__image {
	margin-bottom: 20px;
	width: 100%;
	flex: auto;
	margin-right: 0;
}
.c7-product-collection .c7-product__details {
	text-align: center;
	width: 100%;
	font-size: 14px;
}
.c7-product-collection .c7-product__title a {
	font-family: Trajan Pro, serif;
	color: var(--ast-global-color-0);
}
.c7-product-collection .c7-product__add-to-cart__form {
	justify-content: center;
}
.c7-form input[type="text"], .c7-form input[type="email"], .c7-form input[type="number"], .c7-form input[type="tel"], .c7-form input[type="username"], .c7-form input[type="password"], .c7-form textarea, .c7-form--stripe, .c7-order-item input, .c7-form select, .c7-order-item select {
	padding: 6px 5px;
	height: 40px;
	font-size: 14px;
}
.elementor-shortcode .c7wp-wrap button, .c7-btn {
	min-height: 40px !important;
	padding: 6px 15px !important;
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
	background-color: var(--ast-global-color-0);
	color: #FFF;
	border: 1px solid var(--ast-global-color-0);
	font-family: var(--c7-font-family) !important;
	border-radius: var(--c7-button-border-radius);
}
/* C7 Product Details */
.c7-product-detail .c7-product__title {
	font-size: 32px;
}
/* C7 Popup Cart */
h1#c7-side-cart__header__title {
	font-family: Trajan Pro, Helvetica, Arial, sans-serif;
	color: var(--ast-global-color-0);
}
.c7-order-item .c7-order-item__title a {
	color: var(--ast-global-color-0);
	font-size: 12px;
	text-align: left;
	padding: 0;
}
.c7-order-item .c7-order-item__title a:before {
	display: none;
}
#c7-side-cart__header__close::after {
	content: "";
	display: none;
}
#c7-side-cart__header__close svg {
	stroke: #b2b2b2;
}
.c7-order-item {
display: grid;
  grid-template-columns: 20% 1fr;
  gap: 15px;
	text-align: left;
}
.c7-order-item .c7-order-item__image {
	grid-row: span 2;
}
.c7-order-items--cart .c7-order-item__pricing {
	justify-content: flex-end;
}
.c7-order-item__description {
	text-align: left;
}
.c7-order-item__pricing * {
	color: var(--c7-alt-text-color) !important;
}
.c7-order-item__details button.c7-link {
	color: var(--ast-global-color-0);
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: unset;
}
.c7-order-item__details button.c7-link::after {
	content: "";
}
.c7-order-items--cart .c7-order-item__price, .c7-order-items--cart .c7-order-item__total {
	flex: none;
}
.c7-price--original, .c7-price--discounted {
	margin-right: 10px;
}
.c7wp-header-menus .c7-order-summary__buttons a::before {
	content: "";
	display: none;
	
}
.c7wp-header-menus > p {
	display: none;
}
a.c7-custom-link {
	display: block;
	padding: 5px 25px;
	background-color: var(--ast-global-color-0);
	margin-top: -5px;
	border-radius: var(--c7-button-border-radius);
	margin-left: 10px;
	margin-right: 10px;
}

.c7-order-summary {
	color: var(--c7-alt-text-color);
}