/*
 Theme Name:   Arete Store
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Arete Store
 Author:       Josh Cooper
 Author URI:   https://sutter-group.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront
*/

:root {
  --geo: 'Geogrotesque';
  --mont: 'Montserrat', sans-serif;
  --inter: 'Inter';
  --founder: 'Founders Grotesk';
  --source: 'Source';
  --alumni: 'Alumni';
}


@font-face {
  font-family: 'Geogrotesque';
  src: url("fonts/Geogrotesque-Medium.woff2") format("woff2"), url("fonts/Geogrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: 'Geogrotesque';
  src: url("fonts/Geogrotesque-Regular.woff2") format("woff2"), url("fonts/Geogrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter_28pt-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter_28pt-BlackItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}


@font-face {
    font-family: 'Founders Grotesk';
    src: url('fonts/FoundersGrotesk-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('fonts/FoundersGrotesk-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('fonts/FoundersGrotesk-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source';
    src: url('fonts/SourceSans3-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source';
    src: url('fonts/SourceSans3-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alumni';
    src: url('fonts/fonnts.com-Allumi_Std_Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    overflow-x: hidden;
}
html#no-fouc {
    overflow-x: auto;
}
html, body {
    /*height: 100%;*/
}
body {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--mont);
    letter-spacing: -0.2px;
    color: #989898;
}

body.site-globalgigstore-sutter-group-com {
	font-family: var(--source);
}

body.site-expereostore-sutter-group-com {
	font-family: var(--alumni);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

.archive #content {
  padding-top: 200px;
}
.archive #content:before {
	min-height: 470px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  background: url('/wp-content/uploads/sites/2/2025/10/GTT-Hero.png') no-repeat 0 0;
  background-size: cover;
  background-position: 50%;
	z-index: 0;
}

/* .term-womens-apparel.archive #content:before {
  background-image: url('/wp-content/uploads/2022/04/Arete-Store-Womens-Hero.jpg');
}
.term-lifestyle.archive #content:before {
  background-image: url('/wp-content/uploads/2022/07/Arete-Store-Lifestyle-Hero.jpg');
} */
@media (min-width: 768px) {
	.archive #content:before {
		min-height: 450px;

	}	
}
@media (min-width: 768px) {
  .archive #content {
    background-size: auto;
	background-size: 100% auto;
    background-position: 0 0;
  }
}
.site-main {
	position: relative;
	padding: 0 1.5em;
}
@media (min-width: 768px) {
	.archive .site-main {
		padding: 0;
		padding-top: 6.8535260698em;
	}
}

.woocommerce-account #content,
.single #content,
.page #content {
    padding-top: 150px;
}
.home #content {
  padding-top: 0;
}
.page-id-54403 #content {
  padding-top: 90px;
}

#masthead {
	position: absolute;
    left: 0;
    right: 0;
    background: #000;
    margin: 0;
    padding: 0 15px;
}
.site-globalgigstore-sutter-group-com #masthead {
	background-color: #04122b;
}

@media (min-width: 768px) {
  #masthead {
    padding: 0;
  }
}

#masthead > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
@media (min-width: 768px) {
  #masthead > .container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

#masthead .site-branding {
	width: auto;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .woocommerce-active .site-header .main-navigation {
        width: 100%;
        margin-right: 0;
    }
}

.storefront-primary-navigation > .col-full {
  padding-right: 0;
}
@media (max-width: 66.4989378333em) {
  .col-full {
      margin-left: 0;
      margin-right: 0;
      padding: 0;
  }
}


.main-navigation ul li a {
  color: #fff !important;
  font-family: var(--inter);
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.site-gttstore-sutter-group-com .main-navigation ul li a {
	font-family: var(--founder);
}

.site-globalgigstore-sutter-group-com .main-navigation ul li a {
	font-family: var(--source);
	font-weight: 400;
}
.site-expereostore-sutter-group-com .main-navigation ul li a {
	font-family: var(--alumni);
	font-weight: 700;
}

@media (min-width: 768px) {

  .main-navigation ul li a {
      line-height: 45px;
  }
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
      padding: 0 .5em;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
	.main-navigation ul.menu > li > a, 
	.main-navigation ul.nav-menu > li > a {
		font-size: 12px;
      	padding: 0 1em;
	}
}

.wp-block-cover {
	justify-content: flex-start;
}

.wp-block-cover .fancy-txt-wrapper,
.woocommerce-products-header {
    margin-bottom: 35px;
    width: 100%;
    padding-bottom: 0 !important;
}

.home .fancy-txt-wrapper .title { font-style: italic; font-weight: 900;}
.home .fancy-txt-wrapper .title span { font-style: normal; color: #5FB25C; }

.site-globalgigstore-sutter-group-com.home .fancy-txt-wrapper .title {font-style: normal; text-transform: capitalize; font-family: var(--source); font-weight: 700;}

.site-expereostore-sutter-group-com.home .fancy-txt-wrapper .title {font-style: normal; text-transform: capitalize; font-family: var(--alumni); font-weight: 700;}

.site-gttstore-sutter-group-com.home .fancy-txt-wrapper .title {font-family: var(--founder); font-weight: 900; color: #5FB25C !important; font-style: normal !important; }
.site-gttstore-sutter-group-com.home .fancy-txt-wrapper .title span { font-style: italic !important; font-weight: 500; color: #fff !important; }


.site-globalgigstore-sutter-group-com .site-footer {background-color:#04122b; border-top-color: #53acc1; }

.site-expereostore-sutter-group-com .site-footer {background-color: #173c3c; border-top-color: #dcfd51;}

  .wp-block-cover .fancy-txt-wrapper h1,
  .woocommerce-products-header h1 {
      text-align: left;
      font-weight: 500;
      font-size: 30px !important;
      line-height: 35px;
      font-family: var(--inter);
      letter-spacing: 0;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0 3px 4px rgba(0,0,0,.4);
      margin: 0;
  }
  @media (min-width: 768px){
    .wp-block-cover .fancy-txt-wrapper h1,
    .woocommerce-products-header h1 {
        font-size: 50px  !important;
        line-height: 55px;
    }
  }
  .entry-content h2 {
    font-family: var(--inter);
    border-bottom: 3px solid #5FB25C;
    padding-bottom: 15px;
    display: inline-block;
    /*padding-right: 100px;*/
    font-weight: 500;
  }
.site-gttstore-sutter-group-com .entry-content h2 {
    font-family: var(--founder);
}

.site-globalgigstore-sutter-group-com .entry-content h2 {
	border-color: #53acc1;
    font-family: var(--source);
	font-weight: 700 !important;
}
.site-expereostore-sutter-group-com .entry-content h2 {
	border-color: #dcfd51;
    font-family: var(--alumni);
	font-weight: 700 !important;
}

.site-globalgigstore-sutter-group-com .stock.in-stock {
	color: #53acc1;
}
.site-globalgigstore-sutter-group-com .woocommerce-message, .site-globalgigstore-sutter-group-com .woocommerce-info, .site-globalgigstore-sutter-group-com .woocommerce-error, .site-globalgigstore-sutter-group-com .woocommerce-noreviews, .site-globalgigstore-sutter-group-com p.no-comments {
	background-color: #53acc1;
}

.site-expereostore-sutter-group-com .stock.in-stock {
	color: #173c3c;
}
.site-expereostore-sutter-group-com .woocommerce-message, .site-expereostore-sutter-group-com .woocommerce-info, .site-expereostore-sutter-group-com .woocommerce-error, .site-expereostore-sutter-group-com .woocommerce-noreviews, .site-expereostore-sutter-group-com p.no-comments {
	background-color: #dcfd51;
}


  @media (max-width: 1070px) {
    .entry-content h2.section-title,
    .entry-content .woocommerce {
      margin: 0 1.5em;
    }
    .entry-content h2.section-title {
      padding: 0 0 15px;
    }
  }

  .woocommerce-products-header .term-description {
    text-align: left;
    color: #fff;
  }

@media (max-width: 1070px) {
	.home.storefront-align-wide.page-template-template-fullwidth .hentry .entry-content > .wp-block-cover.alignfull, 
	.home.storefront-align-wide.page-template-template-fullwidth .hentry .entry-content > .wp-block-image.alignfull {
		margin-top: 0;
	}
}

@media (min-width: 66.4989378333em) {
  .storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .wp-block-cover.alignfull {
      min-height: 450px;
      margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
    .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1 {
	color: #fff;
}
@media (min-width: 768px) {
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1 {
    font-size: 50px;
  }
}
.page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product {
    text-align: center;
}
  .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product .count {
    display: none;
  }
  ul.products li.product.product-category h2 {
    font-weight: 500;
    font-family: var(--inter);
    color: #004665 !important;
    font-size: 16px !important;
    display: inline-block;
    position: relative;
    padding: 0;
    border: none;
    margin: 0 !important;
  }
  ul.products li.product.product-category h2:after {

  }

.storefront-sorting {
  margin: 250px 15px 2.617924em;
}
@media (min-width: 768px) {
  .storefront-sorting {
    margin: 375px 0 2.617924em;
  }
}
ul.products + .storefront-sorting {
  display: none;
}

.site-footer {
  background: #000;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 0 15px 100px;
  }
}
footer .col-full {
  padding: 0;
  width: 100%;
  max-width: 1200px;
}
  footer .col-full .footer-widgets {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    /*flex-direction: column;*/
  }

  @media (min-width: 768px) {
    footer .col-full .footer-widgets {
      flex-direction: row;
    }
  }
.footer-widgets {
  padding-top: 0;
}
  .footer-widgets:before,
  .footer-widgets:after {
    content: none;
  }
  .footer-widgets .widget {
    margin: 20px 0 0;
    color: #fff;
    font-size: 12px;
  }
  .footer-widgets .footer-widget-4 {
    text-align: right;
  }



.woocommerce-shipping-destination,
.woocommerce-Price-currencySymbol {visibility: hidden; display: none;}

.select2-container--default .select2-results>.select2-results__options { max-height: 300px !important; }

#post-54403 .entry-header {
	display: none;
}

.entry-content:has(.gform_confirmation_wrapper) .wp-block-cover.header {
	display: none;
}
.entry-content:has(.gform_confirmation_wrapper) .wp-block-cover.footer {
	min-height: 700px;
}

.wc_payment_method.payment_method__wc_cs_credits label {
	text-transform: capitalize;
}


.woocommerce-billing-fields {
	display: none;
}

#ship-to-different-address {
    display: none !important;
}
