/*!
Theme Name:   	Storefront Child
Theme URI:    	https://woocommerce.com/storefront
Author:         WooThemes
Author URI:     https://woocommerce.com/
Template:       storefront

*/


/* ====================================
 * HEADER THEMES 
 * ====================================*/

header.site-header {
  max-width: 1200px;
}

header.site-header nav#site-navigation {
	width: 100% !important;
	text-align: center;
}

header.site-header nav#site-navigation ul#menu-header {
	text-align: center !important;
}

header.site-header {
  padding-top: 20px;
}

header.site-header #site-title-wrapper a {
  text-decoration: none;
}

header.site-header #site-title-wrapper #site-title {
	display: table;
	margin: 0px auto;
	font-size: 35px;
	font-weight: 300; 
}

header.site-header div#site-title-left,
header.site-header div#site-title-right {
	display: none;
}

header.site-header div#site-title-mobile {
  display: table-cell;
  line-height: 30px;
  padding-left: 10px;
}

header.site-header #site-title-wrapper #site-title-image {
  display: table-cell;
	vertical-align: middle;
	width: 60px;
}

header.site-header #site-title-wrapper #site-title-image img {
  display: block;
  width: 100%;
}

header.site-header button.menu-toggle {
	float: none;
  margin-top: 20px;
}

header.site-header div.cart_floating {
	z-index: 1000;
	right: 55px;
	display: inline-block;
	position: absolute;
	top: 30px;
	width: 200px; }

header.site-header div.cart_floating ul#site-header-cart {
  width: 100%;
}

header.site-header div.cart_floating ul#site-header-cart a.cart-contents {
  text-align: right;
  font-size: 18px;
  margin-top: -4px;
}

header.site-header div.cart_floating ul#site-header-cart a.cart-contents span.amount {
  font-size: 18px;
}

header.site-header div.cart_floating ul#site-header-cart a.cart-contents span.count {
  display: none;
}

header.site-header div.cart_floating ul#site-header-cart a.cart-contents::after {
  float: none;
  margin-left: 10px;
}

header.site-header div.cart_floating ul#site-header-cart ul.woocommerce-mini-cart li {
  padding: 1.5em;
}

header.site-header div.cart_floating ul#site-header-cart .widget_shopping_cart p.buttons {
  padding: 1.5em;
}

header.site-header div.cart_floating ul#site-header-cart .widget_shopping_cart a.button {
  background-color: #069076 !important;
}

header.site-header div.cart_floating ul#site-header-cart .widget_shopping_cart a.button.checkout {
  background-color: #333333 !important;
}

header.site-header div.cart_floating ul#site-header-cart a.cart-contents {
	padding-top: 0;
}

header.site-header div.storefront-primary-navigation .handheld-navigation {
  margin-top: 20px;
}

header.site-header div.storefront-primary-navigation ul#site-header-cart {
	display: none !important;
}

header.site-header div.storefront-primary-navigation ul#menu-header {
  margin: 0;
}

header.site-header .gg-phone-num {
	font-size: 14px;
	margin: 20px 0 0 0;
  text-align: center;
}

header.entry-header h1 {
  font-size: 28px;
  text-align: center;
}

@media(min-width: 575px) {
  /*header.site-header .main-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }*/

  header.site-header .gg-phone-num {
    font-size: 14px;
    margin: 0;
		z-index: 1000;
		left: 55px;
		display: inline-block;
		position: absolute;
		top: 30px;
	}

  .woocommerce-active .site-header .site-header-cart {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
  }

  .site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0;
  }

  .site-header-cart .cart-contents::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f291";
    height: 1em;
    float: right;
    line-height: 1.618;
  }
}

@media(min-width: 768px) {
  header.site-header {
    margin: 0px auto 25px auto;
  }

  header.site-header div#site-title-left,
  header.site-header div#site-title-right {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;

  }

  header.site-header div#site-title-mobile {
    display: none;
  }

  header.entry-header h1 {
    font-size: 37px;
  }

  header.site-header .gg-phone-num {
    font-size: 18px;
  }

  header.site-header div.cart_floating ul#site-header-cart a.cart-contents span.count {
    display: inline;
  }
}

/* ====================================
 * FOOTER
 * ====================================*/
footer div#dd-footer-wrapper {
  text-align: center;
}

footer div#dd-footer-wrapper div#dd-footer-quick-links ul {
  margin: 0; 
  padding: 0;
}

footer div#dd-footer-wrapper div#dd-footer-quick-links ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

footer div#dd-footer-wrapper div#dd-footer-follow-us {
  margin: 20px 0;
}

footer div#dd-footer-wrapper div#dd-footer-nj-disclaimer {
  padding-bottom: 40px;
}

/* ===================================
 * ADD TO CART POPUP
 * ====================================*/
div#popup-modal-gg3-add-to-cart .modal__container {
  max-width: 850px;
  text-align: left;
  position: absolute;
  top: 20px;
  bottom: 80px;
  left: 20px;
  margin-right: 20px;
  padding: 30px 40px;
}

div#popup-modal-gg3-add-to-cart .modal__container div.modal__title {
	color: #069076 !important;
	text-align: center;
	width: 100%;
	font-size: 26px;
	font-weight: lighter;
	font-family: 'Open Sans';
	margin-bottom: 20px;	
}

div#popup-modal-gg3-add-to-cart .modal__container div#add-to-cart-popup-description {
	text-align: left;
}

div#popup-modal-gg3-add-to-cart .modal__container div.add-to-cart-popup-form-warning {
  display: none;
}

div#popup-modal-gg3-add-to-cart .modal__container div#add-to-cart-popup-description p {
	margin-bottom: 10px;
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product-list-wrapper {
  text-align: center;
  padding-bottom: 30px;
	width: 100%;
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product-list-wrapper-title {
	font-size: 20px;
	font-weight: lighter;
	font-family: 'Open Sans';
	margin: 20px 0 10px 0;
  text-align: center;
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product-list-wrapper#add-to-cart-popup-form-product-list-wrapper-lowers {
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product-list-wrapper#add-to-cart-popup-form-product-list-wrapper-jigs {
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product-wrapper {
  vertical-align: top;
	padding: 10px 20px;
	/*border: 1px solid #f0f0f0;*/
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product {
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product#add-to-cart-popup-form-product-nothanks {
  text-align: center;
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product .add-to-cart-popup-form-product-image img {
  width: 80px;
  margin: 0px auto;
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product div.add-to-cart-popup-form-product-name {
  margin-bottom: 10px;
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product input {
  max-width: 100px;
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-button-wrapper {
  text-align: center;
}

div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-button-wrapper button {
	margin: 0 10px;
  margin-top: 10px;
  font-size: 14px;
}

/* ====================================
 * SITEWIDE THEMES
 * ====================================*/

.storefront-full-width-content .woocommerce-products-header, 
.storefront-full-width-content.woocommerce-account .entry-header, 
.storefront-full-width-content.woocommerce-cart .entry-header, 
.storefront-full-width-content.woocommerce-checkout .entry-header {
  padding-bottom: 20px;
}

.black-button {
  background-color: #000000 !important;
  color: #fff !important;
}

.green-button,
.greenbutton,
div.product-type-external button.single_add_to_cart_button {
  background-color: #069076 !important;
  color: #fff;
  text-decoration: none !important;
}

.green-button:hover,
.greenbutton:hover {
  background-color: #017F68 !important;
}

.redbutton {
  background-color: #c90617 !important;
}

.redbutton:hover {
  background-color: #900614 !important;
}

.greentext {
  color: #069076 !important;
}

.redtext {
  color: #c90617 !important;
}

.boldtext {
  font-weight: bold;
}

.sec-button {
  color: white !important;
  background: #1a1a1a;
  font-size: 18px;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
}

.button-large {
  padding: 15px 40px !important;
  font-size: 14px !important;
  margin-top: 30px;
}

.sec-button:hover,
.sec-button:active,
.button-large:hover {
  background: #000;
  text-decoration: none !important;
  color: white !important;
}

.sec-line {
  background: #ccc;
  height: 1px;
  width: 100%;
  margin: 40px 0;
}

.sec-text {
 color: #000;
 font-size: 18px;
 font-weight: 300;
 padding: 0;
 margin: 0 0 10px 0;
 line-height: 1.8em;
}

.sec-img {
  width: 100%;
}

.section-action {
  padding: 0;
}

div#content.site-content {
  text-align: center;
  margin: 0 10%;
}

div#content.site-content > .col-full {
  max-width: 1000px !important;
  padding: 0 !important;
  margin: 0;
  display: inline-block;
  text-align: left;
}

.storefront-breadcrumb {
  display: none;
}

.financing_link i {
  font-size: 18px;
  cursor: pointer;
}

.financing_link span {
  vertical-align: text-bottom;
}

.woocommerce-info,
.woocommerce-message {
  text-align: center;
  background-color: #069076;
}

.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
  color: #fff !important;
}

ul.glide__slides {
  margin: 0;
  align-items: center;
}

button.glide__arrow {
	color: #666;
	font-size: 22px;
	background-color: transparent !important;
	border: 0;
  box-shadow: none;
  top: auto;
  bottom: 10px;
  color: #069076;
}

button.glide__arrow.glide__arrow--left {
  left: 0;
}

button.glide__arrow.glide__arrow--right {
  right: 0;
}

button.glide__arrow i {
  box-shadow: 0px 0px 0px 4px #069076 inset;
  border-radius: 45px;
  background: #fff;
}

table.woo_discount_rules_table {
  display: none;
}

.iframe-wrapper {
  background:url(assets/images/loader.gif) center center no-repeat;
}

video::-webkit-media-controls {
  display: flex !important;
  opacity: 1 !important;
}

.custom-video::-webkit-media-controls {
  display: flex !important;
  opacity: 1 !important;
}

p.stock {
  display: none;

	border: 1px solid red;
	padding: 10px;
	font-size: 15px;
	border-radius: 4px;
	color: red !important;

	width: 176px;
	margin: 0px auto;
	margin-top: 20px;
}

p.stock .stock_quantity {
	color: red;
	font-weight: bold;
}

p.stock:before {
  display: none;
}

a.ssk {
  color: #fff !important;
  background-color: #000 !important;
}

/* ====================================
 * POPUP THEMES
 * ====================================*/
div#toast-container div.toast {
  background-color: #000;
  text-align: center;
  background-image: none !important;
  opacity: 1;
  padding: 8px;
}

div#toast-container div.toast button {
  right: 3px;
  top: 0;
}

#request_info_packbutton_wrapper {
  margin: 20px 0;
}

#request_info_packbutton_wrapper button,
#request_info_packbutton_wrapper a {
  font-size: 14px;
  padding: 0.6180469716em 1.41575em;
  margin: 0;
  text-transform: capitalize;
}

div.popup-modal .modal__container {
  padding: 30px 60px;
}

div.popup-modal#popup-modal-processing-notification .modal__container {
  padding: 35px;
}

div.popup-modal h2#modal-title {
	color: #069076;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 0;
}

div.popup-modal button.modal__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
}

div.popup-modal main#modal-content {
	margin: 0;
}

div.popup-modal main#modal-content div.gg-popup-description {
	margin: 20px 0;
  text-align: center;
}

div.popup-modal main#modal-content form {
  text-align: center;
}

div.popup-modal main#modal-content form input#drip-email {
  width: 80%;
}

div.popup-modal main#modal-content form input.button {
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

div.gg-newsletter #mc_embed_signup_scroll {
  text-align: center;
}

div.gg-newsletter .mc-field-group {
  margin: 0;
  padding: 0;
}

/* ====================================
 * OLD STUFF - NEEDS TO BE CLEANED
 * ====================================*/
.shopfront header.entry-header {
    text-align: center;
}

.site-branding .beta.site-title {
    display: none;
}
 .button.wc-forward {
     color: white !important;
}
 #post-155 .entry-title {
     display: none;
}
 .mc-field-group label {
     display: block;
}
 .mc-field-group input {
     width: 100%;
}
 .mc-field-group {
     margin-bottom: 25px;
}
 .indicates-required {
     margin-bottom: 20px;
     /*color: red;*/
     text-align: right;
}
 .modal-guide-container {
     margin-top: 50px 0 !important;
     margin-bottom: 50px 0 !important;
}
 .gg-newsletter .mce_inline_error {
     margin-left: 0 !important;
     display: inline-block;
}
 .gg-guide-form #mc-embedded-subscribe {
     margin-top: 10px !important;
}
 .gg-guide-form .mce_inline_error {
     margin-left: 0 !important;
}
 a {
     color: #069076 !important;
}
 #menu-header a, .site-title a {
     color: black !important;
}
 #menu-header {
     text-align: right !important;
}
 .site-search {
     display: none;
}
 .site-branding{
     text-align: center;
     margin: 0 auto !important;
     float: none !important;
}
 .custom-logo {
     margin-bottom: 0 !important;
     padding-bottom: 0 !important;
}
 .custom-logo:nth-of-type(1) {
     display: none;
}
 .footer-social {
     display: inline-block !important;
     margin-right:15px;
     cursor: pointer;
}
 .site-info {
     display: none;
}
 .site-footer {
     background: white;
}
 .woocommerce-breadcrumb {
     display: none;
}
 .storefront-sorting {
     display: none;
}
#post-19 .entry-title {
     display: none;
}
 .col-dealers img {
     max-height: 100px;
}
 .dealer-msg-sent, .contact-me-msg-sent {
     display: none;
}
 .dealer-alt {
     margin-top: 20px;
}
 .faq-title {
     font-size: 16px;
     margin-bottom: 5px;
     cursor: pointer;
}
 .faq-title i {
     margin-right: 3px;
}
 .faq-sec {
     margin-bottom: 20px;
}
 .review-img {
     max-height: 100px;
}
 .review-quote {
     margin: 10px 0;
     font-size: 20px;
     padding: 0;
}
 .gg-newsletter .mce_inline_error {
     margin-left: 0 !important;
     display: inline-block;
}
 .gg-guide-form #mc-embedded-subscribe {
     margin-top: 10px !important;
}
 .gg-guide-form .mce_inline_error {
     margin-left: 0 !important;
}
 .gg-newsletter .mc-field-group {
     text-align: center !important;
}
 .gg-newsletter #mce-responses {
     text-align: center;
     width: 100% !important;
}
 .gg-newsletter .response {
     margin-top: 0 !important;
     padding-top: 0 !important;
}
 .financing-logos {
     margin-bottom: 15px;
}
 .financing-view-more {
     text-align: center;
     display: block;
     color: black;
     background: #eee;
     border-radius: 50%;
     height: 159px;
     padding-top: 54px;
}
 .financing-view-more:hover {
     background: #eaeaea;
     text-decoration: none !important;
     color: black !important;
}
 #catalog-2017 .grid-link__meta:nth-of-type(5) {
     display: none;
}
 .collection-title {
     float: left;
     text-align: left;
     font-size: 28px;
     padding: 0;
     margin:0;
     display: block;
     width: 100%;
}
 .product-financing-link {
     font-size: 14px;
     padding: 0;
     display: block;
     margin: 10px 0;
}
 .counter-amount {
     padding: 10px 20px;
     font-size: 12px;
    ;
     color: rgba(192, 57, 43,1.0);
     border-radius: 3px;
     border: 1px solid rgba(192, 57, 43,1.0);
     margin: 10px 0;
     display: inline-block;
     text-align: center;
     font-weight: bold;
}
 .collection-title:nth-of-type(2), .collection-title:nth-of-type(3) {
     margin-top: 25px;
}
 .financing-msg-sent {
     display: none;
}
 .splitit-1 .col-xs-4 {
     padding: 0 50px !important;
}
 .splitit-1 .col-xs-4:nth-of-type(1), .splitit-1 .col-xs-4:nth-of-type(2) {
     border-right: 1px solid #eee;
}
 .splitit-1 i {
     color: black;
}
 .splitit-new {
     font-size: 12px;
     color: #e74c3c;
     margin: 20px 0;
     padding: 0;
}
 .splitit-title {
     font-size: 20px;
     font-weight: bold;
     color: black;
     margin: 0 0 50px 0;
     padding: 0;
}
 .splitit-feature {
     font-size: 14px;
     color: black;
     margin: 0 0 15px 0;
     padding: 0;
}
 .splitit-price {
     font-size: 20px;
     font-weight: bold;
     color: black;
     margin: 50px 0 0 0;
     padding: 0;
}
 .splitit-price-detail {
     font-size: 14px;
     color: #069076;
     margin: 0 0 25px 0;
     padding: 0;
}
 .splitit-select-btn {
     font-size: 14px;
     font-weight: 300;
     background: #069076;
     color: white;
     margin: 0 0 25px 0;
     padding: 10px 20px;
     border-radius: 3px;
     width: 100%;
     text-align: center;
     transition: 0.3s all;
     cursor: pointer;
}
 .splitit-select-btn:hover {
     background: #08c19e;
}
 .splitit-plan-title {
     font-size: 12px;
     color: black;
     margin: 2px 0 5px 0;
     padding: 0;
}
 .splitit-plan-subtitle {
     font-size: 12px;
     color: #999;
     margin: 2px 0;
     padding: 0;
}
 .splitit-plan-option {
     font-size: 12px;
     color: #069076;
     margin: 20px 0;
     padding: 0;
}
 .splitit-splash {
     width: 100%;
     height: 450px;
     background-image: url("https://cdn.shopify.com/s/files/1/0206/7642/products/3_1024x1024.png?v=1498833518");
     background-size: cover;
     margin-bottom: 50px !important;
     border-radius: 10px;
}
 .splitit-splash-black-bg {
     height: 100%;
     width: 100%;
     background: rgba(0, 0, 0, 0.5);
     border-radius: 10px;
}
 .splitit-splash-content {
     padding-top: 100px;
}
 .splitit-splash-title {
     font-size: 40px;
     font-weight: bold;
     color: white;
     padding: 0;
     margin: 0 0 15px 0;
     line-height: 1.2em;
}
 .splitit-splash-subtitle {
     font-size: 16px;
     color: white;
     padding: 0;
     margin: 0;
     color: #ccc;
}
 .splitit-splash-btn {
     font-size: 16px;
     font-weight: 600;
     background: #069076;
     color: white !important;
     margin: 30px 0 25px 0;
     padding: 10px 20px;
     border-radius: 3px;
     width: 200px;
     text-align: center;
     transition: 0.3s all;
     cursor: pointer;
     display: inline-block;
     letter-spacing: 1px;
}
 .splitit-splash-btn:hover {
     background: #08c19e;
     color: white !important;
     text-decoration: none;
}
 .splitit-splash-status {
     font-size: 14px;
     color: #ccc;
     padding: 0;
     margin: 0;
}
 .blue-text {
     color: #069076;
}
 .splitit-financing-title {
     font-size: 24px;
     font-weight: bold;
     margin: 0 0 15px 0;
     padding: 0;
     color: black;
}
 .splitit-financing-subtitle {
     font-size: 16px;
     margin: 0 0 15px 0;
     padding: 0;
     color: black;
}
 .splitit-list li {
     font-size: 16px;
     margin: 0 0 5px 0;
     padding: 0;
     color: black;
}
 .splitit-2 .fa-credit-card {
     margin-bottom: 15px;
}
 .splitit-details-left-col {
     padding: 0 0 50px !important;
}
 .splitit-details-right-col {
     background: #f7f7f7;
     border-radius: 3px;
     padding: 35px;
}
 .splitit-sec-title {
     font-size: 20px;
     font-weight: bold;
     margin: 0 0 15px 0;
     padding: 0;
     color: black;
}
 .splitit-link {
     font-size: 16px;
     margin: 0 0 15px 0;
     padding: 0;
     color: #069076;
}
 .splitit-financing-section {
     margin-bottom: 35px;
}
 .splitit-financing-section:last-of-type, .splitit-link:last-of-type {
     margin-bottom: 0px;
}
 .splitit-extra-text {
     font-size: 16px;
     margin: 35px 0 15px 0;
     padding: 0;
     color: black;
}
 .splitit-extra-text-bottom {
     font-size: 16px;
     margin: 35px 0;
     padding: 0;
     color: black;
     text-align: center;
}
 .download-gg-guide-btn, .download-gg-guide-btn:visited, .download-gg-guide-btn:active {
     color: white;
     background: #069076;
     transition: background-color 0.1s ease-in;
     padding: 25px 100px;
     font-size: 16px;
     margin-top: 10px;
     text-transform: uppercase;
     text-decoration: none !important;
     display: inline-block;
}
 .download-gg-guide-btn:hover {
     color: white;
     background: #08c19e;
     text-decoration: none !important;
}
 .gg-guide-subtitle {
     color: #000;
     font-weight: 300;
     font-size: 30px;
     padding: 0;
     margin: 20px 0 25px 0;
}
 .gg-guide-text {
     color: #000;
     font-size: 18px;
     font-weight: 300;
     padding: 0;
     margin: 0 0 25px 0;
     line-height: 1.8em;
}
 .header-bar__search {
     display: none !important;
}
 @media screen and (max-width: 768px) {
     .gg-guide-subtitle {
         font-size: 24px;
    }
     .gg-guide-text {
         font-size: 12px;
    }
     .ghost-gun-guide .col-xs-3 {
         display: none !important;
    }
     .ghost-gun-guide .col-xs-6 {
         width: 100% !important;
    }
}
 // GG2 Deposit @media screen and (max-width: 1092px) {
     .gg2-proceed {
         margin-left: 0 !important;
         margin-top: 10px;
         width: 256px;
    }
}
 @media screen and (max-width: 768px) {
     .gg2-proceed {
         width: 100%;
    }
}
.req {
     color: #e74c3c;
}
 .contact-me-msg-sent {
     display: none;
}
.dealer-alt {
     margin-top: 15px;
}

.dealer-msg-sent {
     margin-top: 15px;
     display: none;
}

.col-dealers img {
     max-height: 118px;
     cursor: pointer;
}
 @media screen and (max-width: 768px) {
     .row-gg2-related-products .col-xs-2 {
         width: 50% !important;
         min-height: 220px;
    }
     .dealer-content .col-xs-4, .dealer-content .col-xs-6 {
         width: 100% !important;
    }
     .dealer-content .col-xs-2 {
         width: 0% !important;
    }
}
 .made-mfg-usa {
     height: 20px;
     margin-bottom: 10px;
     width: 220px;
     margin-left: -5px;
}
 .made-in-usa {
     height: 20px;
     margin-bottom: 10px;
     margin-bottom: 10px;
}
 .wrapper {
     max-width: 1280px !important;
}
 .deposit-carousel-img {
     cursor: pointer;
}
 .deposit-qty {
     width: 100% !important;
}
 .nav-pills>li.active>a {
     color: black !important;
     background: white !important;
     border: 1px solid #ccc;
     border-bottom: 0;
     border-radius: 3px 3px 0 0 !important;
}
 .nav-pills a {
     padding: 5px 15px !important;
     border: 1px solid #fff;
     border-bottom: 0;
     border-radius: 3px 3px 0 0 !important;
}
 .tab-content .col-xs-10 {
     padding-left: 0 !important;
}
 .tab-content .col-xs-2 {
     text-align: right !important;
}
 .tab-content .col-xs-11 .tabbed-text {
     padding-left: 10px;
}
 .tab-content i {
     padding-top: 5px !important;
}
 #tabbed-panel ul {
     margin-left: 0 !important;
}
 .texas-made {
     font-size: 12px;
     color: black;
     padding:2px 0 0 0;
     margin: 0;
     line-height: 1.4em;
}
 .nav-pills a {
     padding: 5px 15px !important;
}
 .nav>li>a:hover, .nav>li>a:focus {
     background: white !important;
}
 #tabbed-panel {
     margin-top: 15px;
}
 #tabbed-panel .tab-content {
     padding : 5px 0px;
}
 #tabbed-panel .nav-pills > li > a {
     border-radius: 0;
}
 #tabbed-panel .nav {
     margin-bottom: 25px !important;
}
 #tabbed-panel .row {
     margin-bottom: 15px !important;
}
 #tabbed-panel.nav.nav-tabs li.nav-item {
     border: 1px solid transparent;
     margin-bottom: -2px !important;
}
 #tabbed-panel .col-xs-10, .tab-1 a, .tab-1 a:hover{
}
 .nav.nav-tabs li.nav-item:hover {
     border: 1px solid #373a3c !important;
     border-bottom: 1px solid transparent !important;
}
 .nav.nav-tabs li.nav-item a.nav-link:hover {
     border: 1px solid transparent;
     border-bottom: none;
}
/* .made-in-usa {
     background-position: -1642px -964px;
     background-image: url('https://cdn.shopify.com/s/files/1/0206/7642/files/sprite.svg?8837262787018935768');
     background-repeat: no-repeat;
     background-size: 2859px auto;
     width: 124px;
     height: 19px;
     display: inline-block;
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     outline: 0;
}
 */
 .form-msg {
     color: #e74c3c;
     margin: 15px 0 0 15px;
     font-weight: bold;
     padding: 0;
     font-size: 14px;
}

 #mc_embed_signup #mce-success-response {
     color: #069076 !important;
     width: 100%;
}
 #mc_embed_signup form {
     padding: 0 !important;
}
 #mc_embed_signup input.button {
     width: auto !important;
}
 .sec-subtitle {
     color: #000;
     font-weight: 300;
     font-size: 30px;
     padding: 0;
     margin: 20px 0 25px 0;
}
 .pipedrive-title {
     position: relative;
     margin-left: 15px;
     display: inline-block;
     z-index: 2;
}
 .pipedriveWebForms {
     margin-top: -38px;
}
 #form1 li.focused, #form1 li {
     background: white !important;
}
 form li.focused {
     background-color: #fff !important;
}
 .modal-img {
     width: 100%;
     padding-top: 50px;
}
 .modal-guide-container .mc-field-group {
     padding-bottom: 0 !important;
}
 .modal-guide-container .size1of2 {
     margin-bottom: 25px;
     width: 95%;
}
 .guide-subtitle {
     font-weight: bold !important;
     text-align: left;
     font-size: 16px;
     padding: 0;
     margin: 0 0 20px 0;
}
 .modal-guide-container ul {
     padding: 0 20px;
     margin: 0 !important;
     list-style: disc;
}
 .col-text-right p {
     text-align: left;
     line-height: 1.6em;
     color: #333;
     font-size: 16px;
     font-weight: 300;
     padding: 0;
     margin: 0 0 20px 0;
}
 .modal-guide-container li {
     color: #069076 !important;
}
 .modal-guide-container {
     margin-top: 50px 0 !important;
     margin-bottom: 50px 0 !important;
}
 .modal-guide-container .clear {
     display: block !important;
}
 .modal-mc-form input {
     border-radius: 0 !important;
     border-top: 0 !important;
     border-left: 0 !important;
     border-right: 0 !important;
     display: inline-block !important;
     width: 90% !important;
     margin-top: 25px;
     text-indent: 0 !important;
     outline: none !important;
}
 .mc-bullet {
     display: inline-block !important;
     font-size: 10px;
     margin-right: 10px;
     color: #e74c3c;
}
 #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
     margin-bottom: 0 !important;
}
 .mc-bullet-blank {
     display: inline-block !important;
     font-size: 10px;
     margin-right: 10px;
     color: white;
}
div.mce_inline_error {
     color: white !important;
     margin-left: 15px !important;
}
 #mce-responses {
     margin: 0 !important;
     padding: 0 !important;
     color: black !important;
}
 .faq-sec {
     margin-bottom: 20px !important;
}
 .faq-title {
     cursor: pointer;
}
 .faq-title, .faq-answer {
     padding: 0;
     margin: 0;
}
 .faq-title i {
     color: #069076;
}
 #mc_embed_signup div.mce_inline_error {
     background-color: #e74c3c !important;
}
 #mc_embed_signup {
     width: 100% !important;
}
 #mce-success-response {
     padding: 10px 0;
}
@media screen and (max-width: 1017px) {
     .contact-content .col-xs-4 {
         width: 50% !important;
    }
     .modal-guide-container {
    }
     .modal-guide-container .col-xs-6 {
         width: 100% !important;
    }
     .modal-guide-container .col-text-right {
         padding-top: 0 !important;
    }
}
 @media screen and (max-width: 769px) {
     .downloads-source-code {
         margin: 0;
    }
     .financing-container .col-xs-4, .financing-container .col-xs-8 {
         width: 100% !important;
    }
     .splitit-splash {
         height: 250px;
    }
     .splitit-splash-content {
         padding-top: 50px;
    }
     .splitit-splash-title {
         font-size: 20px;
    }
     .splitit-splash-btn {
         margin-top: 20px;
    }
     .splitit-details .col-xs-1 {
         width: 0% !important;
    }
     .splitit-details .col-xs-5, .splitit-details .col-xs-6 {
         width: 100% !important;
    }
     .splitit-details-left-col {
         padding: 0 15px !important;
    }
     .splitit-details-right-col {
         margin-top: 25px;
    }
     .tab-content .col-xs-11 .tabbed-text {
         padding-left: 10px;
    }
     .nav-pills a {
         padding: 5px !important;
    }
     .prod-col-1, .prod-col-2 {
         width: 50% !important;
    }
     .prod-col-2 .quantity-selector {
         width: 100% !important;
    }
     #mc_embed_signup input.button {
         width: 100% !important;
    }
     .contact-content .col-xs-5, .contact-content .col-xs-4 {
         width: 100% !important;
    }
     .contact-content .col-xs-4 {
         padding-left: 0 !important;
         margin-top: 50px !important;
    }
     .modal-guide-container {
         width: 100% !important;
         padding-bottom: 0 !important;
    }
     .modal-guide-container .col-xs-8, .modal-guide-container .col-xs-4 {
         width: 100% !important;
    }
     .modal-guide-container .col-xs-4 {
         margin-bottom: 25px !important;
    }
     .modal-guide-container .col-text-right {
         padding-bottom: 0 !important;
    }
     .modal-guide-container .row:nth-of-type(1) {
         margin-bottom: 0 !important;
    }
     .modal-guide-container .sec-text {
         margin-bottom: 0 !important;
    }
     .modal-guide-container .row:nth-of-type(2), .modal-guide-container .col-xs-6 {
         border: 0 !important;
         border-right: 0 !important;
         box-shadow: none !important;
    }
     .mc-field-group input {
         width: 88% !important;
    }
     #mc_embed_signup .size1of2 {
         width: 88% !important;
    }
     .col-dd-cut, .col-dd-cut-src {
         width: 100% !important;
    }
     #mc_embed_signup {
         width: 100% !important;
    }
}
 
/* Displaced Inline Styles from wip-template-homepage.php */

        body {
            background: #fff !important;
            font-family: 'Open Sans', sans-serif !important;
        }

..site-nav__link:hover {
  text-decoration: none !important;
}

.header-bar,
.site-header {
  background: #fff !important;
}

.wrapper.main-content {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#navlist {
  padding-left: 0 !important;
}

#navlist li {
  display: inline;
  list-style-type: none;
  margin: 0 10px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

#navlist li a {
  font-size: 12px;
  color: black;
}

#navlist li a:hover {
  font-size: 12px;
  color: #069076 !important;
  text-decoration: none !important;
}

.active {
  color: #069076 !important;
}

.menu {
  width: 100%;
  text-align: center;
}

.logo {
  text-align: center;
}

.logo img {
  height: 100px;
  text-align: center;
}

.header {
  padding-top: 63px;
  margin-bottom: 75px;
}

.sec-title {
  color: #069076;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 5px 0;
}

.sec-subtitle {
  color: #000;
  font-weight: 300;
  font-size: 30px;
  padding: 0;
  margin: -10px 0 25px 0;
}

.sec-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 25px 0;
  line-height: 1.8em;
}

.sec-link {
  color: #069076;
  font-size: 18px;
  padding: 0;
  margin: 0 0 7px 0;
  font-weight: 300;
  cursor: pointer;
  display: block;
}

.section-action {
  background: black;
  padding: 50px 0;
}

.section-center {
  text-align: center;
}

.center_pad_text {
  padding: 0 150px;
}

.feature-container {
  width: 100%;
  background-size: cover;
  height: 330px;
  background-position-x: -50px;
}

.footer {
  margin: 75px 0;
  text-align: center;
}

.footer i {
  display: inline-block;
  margin: 0px 3px;
  color: #999;
  font-size: 22px;
}

.footer p {
  padding: 0;
  margin: 10px 0;
  font-size: 10px;
  color: #999;
}

.header .container-fluid {
  display: none;
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
   .section-1 .col-xs-6,
   .section-3 .col-xs-6 {
       width: 100% !important;
   }
   .section-4 .col-xs-3 {
       width: 50% !important;
   }
   .section-1 .col-right {
       text-align: center !important;
       padding-top: 25px !important;
   }
   .feature-container {
       height: 230px;
       margin-bottom: 35px;
       background-position-y: -50px;
       background-position-x: 0px;
   }
   .center_pad_text {
       padding: 0 75px;
   }
   .header {
       margin-bottom: 25px !important;
   }
}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
 
 .download-btn-container {
   text-align: center;
 }
 .index-page {
  padding-bottom: 0; 
 }
 .template-index .main-content {
     margin-top: 25px;
 }
             
         }
         /* Extra Small Devices, Phones */
 
         @media only screen and (max-width: 480px) {
             .logo img {
                 height: 50px !important;
             }
             .header {
                 padding-top: 10px;
                 margin-bottom: 15px !important;
             }
             .menu {
                 margin-top: 5px;
             }
             .sec-title {
                 font-size: 28px;
             }
             .sec-subtitle {
                 font-size: 22px;
             }
             .sec-text {
                 font-size: 14px;
                 text-align: justify;
             }
             .center_pad_text {
                 padding: 0;
             }
             .sec-line {
                 margin: 35px 0;
             }
             .section-3 .sec-title,
             .section-3 .sec-subtitle {
                 text-align: center;
             }
             .feature-container {
                 height: 110px;
                 background-position-y: -10px;
             }
             .feature-3,
             .feature-4 {
                 margin-bottom: 0 !important;
             }
             .footer {
                 margin: 50px 0 20px 0;
             }
         }


body.home div.index-page div.container {
	width: 100%;
}

.woocommerce-form-coupon {
  display: block !important;
}

.woocommerce-error a {
  color: #fff !important;
  text-decoration: underline;
}

#woocommerce-error-blocked-state {
  text-align: center;
}

#woocommerce-error-blocked-state h2 {
  color: #fff;
}

#woocommerce-error-blocked-state img {
  width: 100px;
  margin: 0px auto;
}

span.hidden {
  display: none;
}

.sf-input-focused .storefront-handheld-footer-bar {
  display: block; 
}

#dd-floating-bar {
  visibility: hidden; 
  background-color: #000; 
  text-align: center;
  border-radius: 2px; 
  padding: 20px 16px 7px 16px; 
  position: fixed; 
  z-index: 9999; 
  left: 0; 
  bottom: 60px;
  width: 100%;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
}

#dd-floating-bar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

#dd-floating-bar .sec-subtitle {
  margin-bottom: 10px;
  font-size: 14px;
	color: #fff;
}

#dd-floating-bar .sec-subtitle b {
  font-size: 16px;
}

#dd-floating-bar form {
  margin-bottom: 10px;
}

#dd-floating-bar .mc-field-group {
  margin-bottom: 0;
  width: 100%;
}

#dd-floating-bar form input.email {
  margin-bottom: 15px !important;
  display: inline-block; 
  text-indent: 0 !important; 
  width: 50%; 
  margin: 0 auto; 
  text-align:center; 
  padding: 5px;
  margin-bottom: 20px; 
  border-radius: 0;
  max-width: 250px;
}

#dd-floating-bar form input.button {
padding: 13px;
font-size: 10px;
  color: #000 !important; 
  background: #069076; 
  max-width: 105px;
  line-height: 0; 
  text-transform: uppercase; 
  margin: 0 auto; 
  border-radius: 0; 
  display: inline-block; 
  cursor: pointer;
}

#dd-floating-bar form input.button[name="Close"] {
  color: #000 !important;
  background-color: #999;
}

div.payment-alert {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}

@-webkit-keyframes fadein {
  from {bottom: -30px; opacity: 0;} 
  to {bottom: 60px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: -30px; opacity: 0;}
  to {bottom: 60px; opacity: 1;}
}

@-webkit-keyframes fadeinFullsize {
  from {bottom: -30px; opacity: 0;} 
  to {bottom: 0px; opacity: 1;}
}

@keyframes fadeinFullsize {
  from {bottom: -30px; opacity: 0;}
  to {bottom: 0px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@media(min-width: 400px) {
  div#popup-modal-gg3-add-to-cart .modal__container div#add-to-cart-popup-description {
    display: inline-block; 
  }
}

@media(min-width: 500px) {
  div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product {
  }

  div#popup-modal-gg3-add-to-cart .modal__container div#add-to-cart-popup-description {
    text-align: left;
  }

  div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product .add-to-cart-popup-form-product-input-wrapper {
  }

  div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product .add-to-cart-popup-form-product-inner-wrapper {
    margin-left: 20px;
  }

  div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product .add-to-cart-popup-form-product-inner-wrapper div.add-to-cart-popup-form-product-name {
    text-align: left;
  }

  div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product .add-to-cart-popup-form-product-inner-wrapper input {
    margin-left: 20px;
  }

  div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-button-wrapper button {
    margin-top: 20px;
    font-size: 18px;
  }
}

@media(min-width: 576px) {
  p.stock {
    font-size: 18px;
  }
}

@media(min-width: 768px) {
  .sf-input-focused .storefront-handheld-footer-bar {
    display: none; 
  }

  #dd-floating-bar {
    bottom: 0px;
    padding: 20px;
  }

  #dd-floating-bar p.sec-subtitle {
    margin: 0;
		font-size: 17px;
    min-width: 275px;
    text-align: right;
  }

  #dd-floating-bar p.sec-subtitle b {
    font-size: 17px;
  }

  #dd-floating-bar.show {
    -webkit-animation: fadeinFullsize 1s;
    animation: fadeinFullsize 1s;
  }

  #dd-floating-bar div.container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #dd-floating-bar div.container form {
    margin: 0;
  }

  #dd-floating-bar form input.email {
    margin: 0 20px !important;
    width: 280px;
    padding: 10px 15px;
    max-width: none;
  }

	#dd-floating-bar form input.button {
    font-size: 12px; 
    padding: 20px; 
    max-width: 110px;
  }

	#dd-floating-bar form input.button[name="Close"] {
		margin-left: 10px;
	}

  #dd-floating-bar div.container #mc_embed_signup {
    width: auto !important;
  }

  #dd-floating-bar div.container #mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #dd-floating-bar div.container #mce-responses {
    display: none;
  }

	div#popup-modal-gg3-add-to-cart .modal__container div.modal__title {
		text-align: left;
	}

	div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product-list-wrapper {
		display: table;
		text-align: left;
	}

	div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product-list-wrapper-title {
		text-align: left;
	}

	div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-product-wrapper {
		display: table-cell;
    text-align: left;
		width: 22%;
	}

  div#popup-modal-gg3-add-to-cart .modal__container div.add-to-cart-popup-form-warning {
    text-align: right;
  }

	div#popup-modal-gg3-add-to-cart .modal__container .add-to-cart-popup-form-button-wrapper {
		text-align: right;
	}
}

@media(min-width: 768px) and (max-height: 700px) {
	div#popup-modal-gg3-add-to-cart .modal__container {
		bottom: 20px;
	}
}

@media(min-width: 768px) and (min-height: 700px) {
	div#popup-modal-gg3-add-to-cart .modal__container {
		top: auto;
		bottom: auto;
	}
}

@media(min-width: 800px) {
	div#popup-modal-gg3-add-to-cart .modal__container {
		left: auto;
		margin-right: 0;
	}
}

@media(min-width: 800px) and (min-height: 700px) {
	div#popup-modal-gg3-add-to-cart .modal__container {
		position: relative;
	}
}

@font-face {
    font-family: ascii;
    src: url('https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/ascii/ascii.eot');
    src: local(ascii), url(https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/ascii/ascii.ttf) format('opentype');
}
@font-face {
    font-family: bebasneue_thin;
    src: url('https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/bebasneue/bebasneue_thin.ttf');
    src: local(bebasneue_thin), url(https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/bebasneue/bebasneue_thin.ttf) format('opentype');
}
@font-face {
    font-family: bebasneue_regular;
    src: url('https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/bebasneue/bebasneue_regular.ttf');
    src: local(bebasneue_regular), url(https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/bebasneue/bebasneue_regular.ttf) format('opentype');
}
@font-face {
    font-family: bebasneue_light;
    src: url('https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/bebasneue/bebasneue_light.ttf');
    src: local(bebasneue_light), url(https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/bebasneue/bebasneue_light.ttf) format('opentype');
}
@font-face {
    font-family: bebasneue_book;
    src: url('https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/bebasneue/bebasneue_book.ttf');
    src: local(bebasneue_book), url(https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/bebasneue/bebasneue_book.ttf) format('opentype');
}
@font-face {
    font-family: bebasneue_bold;
    src: url('https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/bebasneue/bebasneue_bold.ttf');
    src: local(bebasneue_bold), url(https://s3-us-gov-west-1.amazonaws.com/static2-defcad-com/fonts/bebasneue/bebasneue_bold.ttf) format('opentype');
}

