/*
Theme Name: JohnnyoTheme
Theme URI: https://johnnyodesign.com/
Author: Johnnyo Design
Author URI: https://johnnyodesign.com/
Description: Sensible design solutions.
*/

/* Import the necessary CSS additions */
@import url( inc/bootstrap.css );
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Teko:wght@300..700&display=swap');
/* Content */

html {
	scroll-behavior:smooth;
}
body {
    font-family: "Source Sans 3", sans-serif;
    font-weight: normal;
    background: #FFFBF4;
    position: relative;
    overflow-x: hidden;
    background-size: 1707px;
    z-index: 0;
}

:focus {
    outline: none;
}

a {
	color: #CFAD56;
	text-decoration: underline;
}
p a {
    color: #CFAD56;
	text-decoration: underline;
}
a:hover, a:focus {
    color: #CFAD56;
    text-decoration: underline;
}
p a:hover, p a:focus {
    color: #CFAD56;
    text-decoration: underline;
}
.home .site-content {
    position: relative;
    width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.site-content {
	margin-bottom: 0;
}
p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
h1 {
    font-family: "Teko", sans-serif;
    font-size: 74px;
	font-weight: normal;
    color: #fff;
    margin: 0;
	text-transform: uppercase;
}

h2 {
    font-family: "Teko", sans-serif;
    font-size: 68px;
	font-weight: normal;
    color: #fff;
    margin: 0;
	text-transform: uppercase;
}
h3 {
	font-family: "Teko", sans-serif;
    font-size: 54px;
	font-weight: normal;
    color: #fff;
    margin: 0;
	text-transform: uppercase;
}
h4 {
	font-family: "Teko", sans-serif;
    font-size: 32px;
	font-weight: normal;
    color: #fff;
    margin: 0;
	text-transform: uppercase;
}
h5 {
	font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
	font-weight: normal;
    color: #fff;
    margin: 0;
	text-transform: uppercase;
}
h6 {
	font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
	font-weight: bold;
    color: #fff;
    margin: 0;
	text-transform: uppercase;
}
h7 {
	font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
	font-weight: normal;
    color: #fff;
    margin: 0;
	text-transform: uppercase;
}
.darktext p, .darktext h1, .darktext h2, .darktext h3, .darktext h4, .darktext h5, .darktext h6, .darktext h7 {
	color: #000;
}
.btn {
    background-color: #7D2B23;
    color: #fff;
    padding: 5px 30px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 20px;
    margin-top: 30px;
}
.btn:hover {
	background-color: #CCA82E;
	color: #231F20;
}
.navbar {
	position: relative;
}
.site-branding {
	    position: absolute;
	z-index: 10;
}
.headlogo img {
    height: 76px;
    padding: 13px;
}
.main-navigation {

}
.mega-menu-link {
	font-family: "Montserrat", sans-serif !important;
}
.site-header {
	background-color: #231F20
}
.site-footer {
	    background-color: #1A1A1A;
}
.banner {
	height: 51px;
}

.banner p {
	font-size: 14px;
	text-transform: uppercase;
}
.banner .btn {
	font-size: 14px;
	margin: 0 10px;
	background-color: #CCA82E;
	color: #231F20;
	padding: 5px 10px;
}
.hero h5 {
	    margin-bottom: 10px;
}
.hero .btn {
	margin: 30px 10px 10px 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.categorymenu .product-categories {
	list-style: none;
    margin: 0;
    padding: 0;
	    display: flex;
    justify-content: space-around;
	
}
.categorymenu .product-categories li {
	flex-grow: 1;
	text-align: center;
}
.categorymenu .product-categories li a {
    font-size: 20px;
    line-height: 94px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	color: #fff;
	background-color: #7D2B23;
	height: 94px;
	width: 100%;
	display: block;
}
.categorymenu .product-categories li:nth-child(even) a {
	background-color: #712720
}
.categorymenu .product-categories li a:hover {
	    background-color: #CCA82E;
	color: #231F20;
}
.productrowleft .btn {
	margin-top: 10px;
}
.slick-list {

}
.product_list_widget, .productslider .products, .webinarslider {
	list-style: none;
    padding: 0;
    margin: 0;
	    display: flex;
    justify-content: space-between;
}
.product_list_widget li, .productslider .products li, .webinarslider article {
	width: 33%;
	background-color: #231F20;
	    display: inline-block;
	border-radius: 5px;
	border: 1px solid #231F20;
}
.webinarfavs article {
	background-color: #231F20;
	border-radius: 5px;
	border: 1px solid #231F20;
	margin-bottom: 10px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.productslider .products li, .webinarslider article {
	margin: 0 5px !important;
}
.product_list_widget img, .productslider .products img, .webinarslider .blogpostthumbnail {
	width: 100%;
    height: auto;
	border-radius: 3px 3px 0 0;
}
.webinarslider .blogpostthumbnail {
aspect-ratio: 215 / 128;
}
.webinarfavs .blogpostthumbnail {
aspect-ratio: 215 / 128;
    position: relative;
    width: 270px;
	border-radius: 3px 0 0 3px;
}
.product_list_widget .product-title, .productslider .products .woocommerce-loop-product__title, .webinarslider .entry-title a, .webinarfavs .entry-title a {
	padding: 10px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #CCA82E;
}
.product_list_widget .woocommerce-Price-amount, .productslider .products .woocommerce-Price-amount, .webinarslider .webslide-cost, .webinarfavs .webslide-cost {
	padding: 10px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
ul.products.columns-1 li.product {

}
ul.products li.product .button {
	display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #7D2B23;
    padding: 6px 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    left: 10px;
    text-align: center;
}
.favoritelist .product_list_widget {
	    display: flex;
    flex-direction: column;
}
.favoritelist .product_list_widget img {
    width: auto;
    height: 150px;
    float: left;
	    margin-right: 10px;
}
.favoritelist .product_list_widget li {
    display: block;
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
	
}
.favoritelist .product_list_widget .product-title, .favoritelist .product_list_widget .woocommerce-Price-amount {
	width: calc(100% - 150px);
    margin-left: 150px;
}
.productrowleft .widget_text, .productrowleft .textwidget, .productrowleft, .slider1, .slider1 .slide, .slick-list, .slick-track {
	height: 100%;	
}
.slider1 .slide {
	padding: 50px;
}
.slidebestseller {
	background: url(/wp-content/uploads/2025/10/0b092169cb666f1d4bb2c59df3fd8cecb7dec11b.jpg);
	background-size:cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55);
}
.slideammo {
	background: url(/wp-content/uploads/2025/10/472953efe24036364ac8d761929bc54fe54a9f2b.jpg);
	background-size:cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55);
}
.slidehangun {
	background: url(/wp-content/uploads/2025/10/869ca035e5501693a6d2223c94503030c30d22ec.jpg);
	background-size:cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
}
.slidecases {
	background: url(/wp-content/uploads/2025/10/f833a166d7556d63cba3a090b982027abf60961a-scaled.jpg);
	background-size:cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55);
}
.slick-prev {
    left: 10px;
    z-index: 1;
}
.slick-next {
    right: 10px;
    z-index: 1;
}
.slick-dots {
    position: absolute;
    bottom: 5px;
}
.slick-dots li button:before {
    font-size: 15px;
    content: '•';
    opacity: .50;
    color: white;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}
.siteinfo p {
	color: #fff;
    font-size: 14px;
    padding: 20px 0 0 0;
	font-weight: normal !important;
}
.altrow h1, .altrow h2, .altrow h3, .altrow h4, .altrow h5, .altrow p {
	color: #231F20 !important;
}
.smalllinks p {
	font-size: 14px;
}
.smalllinks a {
	text-decoration: none;
	color: #fff;
	    font-size: 12px;
}
#menu-footer-menu {
	list-style: none;
    padding: 0;
    margin: 0;
	columns: 3;
}
#menu-footer-menu a{
	font-family: "Source Sans 3", sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	text-transform: uppercase;
	text-decoration: none;
}
.socialfooter a {
	font-size: 37px;
	color: #fff;
	margin-right: 20px;
}
.footerinfo p {
	font-family: "Source Sans 3", sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 150%;
}
.panel-widget-style, .productrowleft  {
	border-radius: 5px;
}
.webinar .summary {
	display: flex;
    justify-content: space-between;
}
.webinar .summary .summary-info, .webinar .summary .summary-date, .webinar .summary .summary-value, .webinar .summary .summary-cost {
    border: 1px solid #231F20;
    padding: 6px 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.webinar .summary .summary-info {
	width: 40%;
}
.webinar .summary .summary-date, .webinar .summary .summary-value, .webinar .summary .summary-cost {
	width: 20%;
}
.webinar .summary .summary-cost {
	border-right-width: 1px;
}
.webinar:last-of-type .summary {
	border: 0px solid #231F20;
	border-bottom-width: 1px;
}
.webinar .summary p, .webinar .summary .summary-date, .webinar .summary .summary-value, .webinar .summary .summary-cost {
	color: #231F20;
	font-size: 20px;
}
.webinar .summary p a{
	color: #7D2B23;
}
.webinarstitlerow .textwidget {
	display: flex;
    justify-content: space-between;
}
.webinarstitlerow span p {
	color: #F4F3EF;
	text-transform: uppercase;
}
.webinarstitlerow .title-info {
	width: 40%;
	    display: inline-block;
	background-color: #7D2B23;
	    padding: 10px;
}
.webinarstitlerow .title-date, .webinarstitlerow .title-value, .webinarstitlerow .title-cost {
	width: 20%;
	    display: inline-block;
	background-color: #7D2B23;
	    padding: 10px;
	    border: 0px solid #FFFBF4;
    border-left-width: 3px;
}
.woocommerce-product-gallery__image {
	    border-radius: 5px;
    border: 1px solid #231F20;
}
.contactmap iframe {
	    width: 100%;
    min-height: 60vh;
}
.textwidget p {
	margin-bottom: 20px;
}
.textwidget p:last-of-type {
	margin-bottom: 0;
}

/* woocommerce */

.productfirst {
	    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.single-product .summary {
	    background-color: #231F20;
    padding: 30px;
    border-radius: 5px;
	    width: 40%;
    display: inline-block;
}
.single-product .product_title  {
	color: #CCA82E;
	font-family: "Source Sans 3", sans-serif;
	font-size: 20px;
}
.single-product .summary .product_meta {
	display: none;
}
.woocommerce div.product form.cart div.quantity .qty {
      width: 50px;
}
body .qib-button-wrapper {
    margin: 0 20px 0 0;
	margin-right: 20px !important;
}
body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: rgb(255 255 255 / 80%) !important;
    border: 0;
}
.single-product .summary .cart {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.single-product .summary .cart .single_add_to_cart_button {
	    background-color: #7D2B23;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    color: #F4F3EF;
    text-transform: uppercase;
}
.wc-tabs {
	display: none;
}
.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
    color: #231F20;
    box-shadow: inset 0px -3px #231F20;
    margin-top: 50px;
	margin-bottom: 20px !important;
}
.woocommerce-Tabs-panel ul {
	    list-style: none;
    padding: 30px 40px 40px 40px;
    margin: 0;
    column-count: 3;
    background-color: #7D2B23;
    border-radius: 5px;
    font-size: 20px;
    color: #F4F3EF;
	column-gap: 50px;
}
.woocommerce-Tabs-panel ul li {
	    border-bottom: 1px solid;
    padding: 10px 0;
}
.related, .woocommerce-ordering {
	display: none;
}
.woocommerce-tabs {
	margin-bottom: 40px;
}
.woocommerce-breadcrumb {
	text-align: center;
	    text-align: center;
    margin: 50px 0;
    font-size: 20px;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 40px;
    font-size: 20px;
    color: #fff;
}
.tax-product_cat .content-area {
	display: flex;
    max-width: 1170px;
    margin: auto;
}
.woocommerce-products-header__title {
	font-family: "Teko", sans-serif;
    font-size: 74px;
    font-weight: normal;
    color: #231F20 !important;
    margin: 0;
    text-transform: uppercase;
	text-align: center;
}
.tax-product_cat .products .product {
	background-color: #231F20;
    display: inline-block;
    border-radius: 5px;

}
.tax-product_cat .products .woocommerce-loop-product__title, .products .woocommerce-loop-product__title {
	    font-family: "Source Sans 3", sans-serif;
	padding: 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #CCA82E;
	text-decoration: none;
}
.woocommerce-loop-product__link, .webslide a {
	text-decoration: none;
}
.tax-product_cat .products .woocommerce-Price-amount  {
	padding: 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
	text-decoration: none;
}
.tax-product_cat .products img {
	    width: 100%;
    height: auto;
}
.tax-product_cat .products .button {
	    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #7D2B23;
    padding: 8px 14px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

/**
 *  Progress Bar
 */
.progress {
    display: block;
    width: calc(100% - 80px);
    height: 15px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #bfbfbf;
    background-image: linear-gradient(to right, grey, grey);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    margin-left: 40px;
}
.slick-track {
        display: flex;
        align-items: stretch; /* This ensures slides stretch to fill the height */
    }

    .slick-slide {
        height: auto; /* Override Slick's default height and let Flexbox manage it */
    }
.slideproducts .product_list_widget .slick-slide {
	    margin: 0 5px;
}
.prev {
    left: 5px;
    z-index: 1;
    position: absolute;
    bottom: -32px;
    top: initial;
    background-color: transparent;
    border: none;
}
.nex {
    left: initial;
    z-index: 1;
    position: absolute;
    bottom: -32px;
    top: initial;
    right: 5px;
    background-color: transparent;
    border: none;
}
.nex i, .prev i {
    opacity: 1;
    color: #231f20;
	font-size: 20px;
}
.woocommerce-account .entry-content, .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
	    margin: 0 auto !important;
    max-width: 1048px;
    padding: 100px 15px;
}
.wp-block-woocommerce-cart p, .wp-block-woocommerce-checkout p {
	color: #000;
}
.wp-block-woocommerce-empty-cart-block h2, .wc-block-components-checkout-step__title{
	color: #000;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-product-new, .wp-block-woocommerce-cart .wp-block-heading {
	display: none;
}
.wp-block-woocommerce-cart .wc-block-cart__empty-cart__title {
	display: block;
}
.woocommerce-LoopProduct-link .imgwrap {
    background: #fff;
    aspect-ratio: 1;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	    padding: 10%;
}
.cat-item-35, .cat-item-36, .cat-item-37 {
	display: none;
}
ul.products li.product .button {
    position: relative;
    width: calc(100% - 20px);
    margin-top: 10px;
}
.archive .products{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.productslider .product {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
}
.archive ul.products.columns-3 li.product {
        width: 23%;
        margin: 1% 1%;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.archive .site-main {
	    width: 100%;
}

ul.products.columns-1 li.product {

}
.slick-list {
    flex: 1;
}
.added_to_cart {
	    display: block;
    right: 10px;
    bottom: 10px;
    background-color: #CCA82E;
    padding: 6px 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    left: 10px;
    text-align: center;
    margin: 0 10px 10px 10px;
}
.added_to_cart:hover {
	color: #000;
}
button.age-gate-button, button.age-gate-submit-no, button.age-gate-submit-yes, button.age-gate__button, button.age-gate__submit--no, button.age-gate__submit--yes {
	background-color: #7D2B23;
}
.age-gate__remember-text {
	    font-size: 20px;
    color: #fff;
}
.age-gate__remember input[type="checkbox"] {
	    margin: 0 !important;
}
/* responsive */
@media (min-width: 1430px) {
    .container {
        width: 1400px;
    }
}
@media screen and (max-width: 990px) {
.archive ul.products.columns-3 li.product {
        width: 31%;
        margin: 1% 1%;
}
}
@media screen and (max-width: 700px) {
	.categorymenu .product-categories {
    flex-direction: column;
}
	.categorymenu .product-categories li a {
		    line-height: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 600px) {
.archive ul.products.columns-3 li.product {
        width: 48%;
        margin: 1% 1%;
}
}
@media screen and (max-width: 450px) {
.archive ul.products.columns-3 li.product {
        width: 98%;
        margin: 1% 1%;
}
}