/*
 Theme Name:   GP Loker - GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      2.1
*/
.summary.entry-summary {
	position:relative;
}
.demo_button {
	position: absolute;
    right: 0;
    top: 0;
}
.coret {
	text-decoration:line-through;
}
.single-product.postid-3425 .demo_button {
	display:none;
}

/* Search */
.search-input-wrap {
    position: relative;
    width: 90%;
    display: inline-block;
}
.search-input-wrap input {
    width: 100%;
}
.gpfaq-search-wrap button {
    width: 9%;
}
.gpfaq-search-wrap .gpfaq-result-wrap .gpfaq-result-wrap-inner {
    padding:20px;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    position:relative;
    z-index:90;
    overflow-x: auto;
}

.gpfaq-search-wrap .gpfaq-result-wrap a {
    text-decoration:none;
    color: var(--contrast-2)!important;
}
.gpfaq-result-wrap-inner .gpfaq-result-item {
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 0;
}
.gpfaq-result-wrap-inner .gpfaq-result-item:last-child {
    border-bottom: 0;
}

.close {
    display: none;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    opacity: 0.3;
    cursor:pointer;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

.lds-facebook {
    display: none;
    position: absolute;
    width: 66px;
    height: 66px;
    right:20px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 10px;
    background: #55555D;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 22px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 36px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 22px;
    }
    50%, 100% {
        top: 24px;
        height: 11px;
    }
}

/* Header */
.site-header {
    z-index: 99;
}
.site-header {
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.03);
	/*position: sticky;*/
  	top: 0;
}
a.search-icon { color:var(--tax-color); }

/* Social Link */
.wp-block-social-links { margin:0!important; }
.wp-block-social-links li a { font-size:18px; }

/* Main Nav */
.main-navigation ul.sub-menu {
    background: #fff;
    border-radius: 8px;
    padding: 8px 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 6px solid var(--accent);
}
.sub-menu.toggled-on {
    box-shadow: none!important;
    border: none;
    border: 2px solid #f1f1f1!important;
    border-radius: 0;
    margin-left: 20px;
    padding-left: 0px;
    width: 84%!important;
    border-radius: 10px;
}

/* Content Area */
.site-content {
    padding: 40px 0;
}


/* Off Canvas Nav */
#generate-slideout-menu .main-nav > ul {
    flex-wrap: wrap!important;
}

/* owl caraousel styling */
.owl-carousel {
    visibility: hidden;
}
.owl-carousel.owl-loaded {
    visibility: visible;
}
.owl-carousel .owl-stage::after {
    display: none;
}

    /* Slide Nav */
    .owl-dots {
        text-align: center;
        margin: 20px auto;
        position: static;
        bottom: 20px;
        right: 20px;
    }
    .owl-dots button {
        width: 8px;
        height: 8px;
        opacity: 0.3;
        border-radius: 100px;
        margin: 0 3px;
        background: var(--base-3)!important;
    }
    .owl-dots button.active {
        opacity: 1;
        width: 20px;
        background: var(--accent)!important;
    }
    .owl-stage {
       
    }

    /* Owl Nav */
    .owl-nav button {
        position: absolute;
        top: 38%;
        width: 35px;
        opacity: 1;
        height: 35px;
        transition: all .2s ease-in-out;
        background-repeat: no-repeat;
        background-position: center center!important;
    }
    .owl-nav button:hover { opacity:1; }
    .owl-nav button span {
        display: none;
    }
    .owl-nav button.owl-prev {
        left: -20px;
        background-image: url(images/arrow-left.svg) !important;
    }
    .owl-nav button.owl-next {
        right: -20px;
        background-image: url(images/arrow-right.svg) !important;
    }

    .abs .owl-dots {
        position: absolute;
        bottom: 40;
        margin: 0;
        right: 20px;
    } 
    .owl-carousel .owl-stage::after {
        display: !important;
    }

/* Archive */
.site-content .content-area {
    padding-right: 0;
}
.post-categories {
    display: flex;
    gap: 5px;
    padding: 0;
    margin-left: 0;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.post-categories span a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50px;
    background: var(--tax-bg);
    color: var(--tax-color);
    display: inline-block;
    transition: all .3s ease-in-out;
}
.term_list {
    display: flex;
    gap: 8px;
}
.term_list a {
    padding-bottom: 3px;
    border-bottom: 1.5px solid var(--contrast-2);
}

    /* Archice Layout */
    .featured-column .arc_box {
        display: block!important;
    }
    .featured-column .arc_left,
    .featured-column .arc_right,
    .generate-columns.tablet-grid-50.featured-column,
    .generate-columns.grid-50 { width:100%!important; }
    .featured-column .acr_img { height: 330px; }

    /* Grid */
    .grid {
        display: grid;
        grid-template-columns: 100px 1fr;
        grid-gap: 15px;
    }
    .featured-column .grid {
        grid-template-columns: 1fr;
    }

    .grid_small {
        display: grid;
        grid-template-columns: 50px 1fr;
        grid-gap: 15px;
    }

    /* masonry-load-more */
    .masonry-load-more {
        display: flex;
        justify-content: center;
    }
    .masonry-load-more a {
        border-radius: 8px;
    }

/* Limite Title */
.limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_three {
     -webkit-line-clamp: 3;
}
.limit_two {
    -webkit-line-clamp: 2;
}

/* Stories Slider */
.stories_slider .owl-stage-outer {
    overflow: visible;
}
img.slide {
    width: inherit!important;
}
    .stories_slider .owl-dots { margin-top:0; }


/* Page Pagination */
.paging-navigation {
    margin: 30px 0 0;
    border-top: 1px solid #f1f1f1;
    background: none!important;
    text-align: center;
    font-size: 14px;
    padding: 30px 0!important;
}
.paging-navigation span,
.paging-navigation a {
    border: 1px solid #ccc;
    padding: 5px 10px!important;
    color: #333333!important;
    border-radius: 4px;
}
.paging-navigation span.current {
    background: #fff;
    color: #fff!important;
    background: var(--accent);
    border: 1px solid var(--accent);
    font-weight: normal!important;
}

.container.grid-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
a.prev span,
a.next span {
    display: none;
}

/* Comment */
.comments-area {
    border: 1px solid #f1f1f1;
    padding: 20px!important;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 14px;
    background: none!important;
}
.comment-content {
    padding: 0;
    border: none;

    margin: 8px 0;
    padding: 20px!Important;
    border-radius: 8px;
}
.comment-list .reply a {
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #f1f1f1;
}
.comment-list article {
    border: none;
    padding: 0!important;
    margin: 0!important;
}
.comment .children {
    padding-left: 30px;
    margin: 20px 0 20px 20px!important;
    border-left: 0 dotted rgba(0,0,0,.09)!important;
    border-bottom: none !important;
}
.comment-respond {
    margin-top: 40px;
}
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel],
input[type=text], 
input[type=url], 
select, textarea {
    border: 2px solid #f1f1f1!important;
    border-radius: 5px!important;
    padding: 10px 15px!important;
    margin: 0 0 10px !important;
    width: 100%;
    background:#fff;
}
.comments-area .form-submit input.submit {
    border-radius: 8px!important;
    background: var(--accent)!important;
    padding: 10px 35px!important;
}
.comment-form-cookies-consent {
    font-size: 12px;
    line-height: 18px;
}

.comment-list li.depth-1 {
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 40px;
}
h3.comments-title {
    font-size: 18px;
}
.comment-meta .avatar {
    padding-top: 1px;
}
.comments-area footer.comment-meta {
    display: block;
    grid-template-columns: 30px 1fr;
    grid-gap: 10px;
}
.comments-area footer.comment-meta img.avatar {
    display: none;
}
.entry-meta.comment-metadata { margin-top:-1.5px; }
.entry-meta.comment-metadata a {
    color: #000;
    opacity: 0.5;
}
.comment-content {
    margin: 17px 0;
}

/* Search Modal */
.search-modal-form {
    background: transparent!important;
}
.gp-modal__container input.search-field {
    margin: 0!important;
    border: none !important;
}
.search-modal-fields {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

/* Sidebar */
.inside-right-sidebar {
    position: sticky;
    top: 100px;
}

/* List Custom */
.list_custom {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.list_custom .gb-query-loop-item {
    counter-increment: my-awesome-counter;
    position: relative;
}
.list_custom .gb-query-loop-item:before {
    content: "#" counter(my-awesome-counter) "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: var(--accent);
}
.list_custom .generate-columns.grid-50 {
    width: 100%!important;
    margin: 0;
}
.list_custom .gb-query-loop-item h3 {
    padding-left: 35px;
}


/* Title Header */
.page-header {
    margin-bottom: 40px;
    padding: 0!important;
}
h1.widget-title,
h1.page-title,
h2.widget-title { 
    position:relative; 
    display: inline-block;
}
h1.widget-title:after,
h1.page-title:after,
h2.widget-title:after {
    height: 2px;
    border-radius: 50px;
    width: 30%;
    content: " ";
    background:var(--accent);
    position: absolute;
    left: 0;
    bottom: -10px;
}
.search h1.page-title {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 15px;
}
.search h1.page-title span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: var(--accent);
}
.search h1.page-title:after {
    display: none;
}

/* Author */
.author .page-header {
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--tax-bg);
}
.author .page-header .page-title:after {
    display: none;
}
.author .page-header .avatar {
    margin-right: 20px;
    border-radius: 50px;
}

/* Popular Post */
.nq_number { display:none; }
.popular_item a {
    color: var(--contrast);
    font-weight: 500;
    padding-bottom: 12px!important;
    margin-bottom: 12px!important;
    display: block;
    border-bottom:1px solid var(--tax-bg);
}
.popular_item a:hover {
    color: var(--contrast-2);
}
.popular_item:last-child a {
    border-bottom: none;
}

/* Single Post Content */
.dynamic-entry-content ul,
.dynamic-entry-content ol {
    margin: 0 0 1.5em 2em;
}
.also_read {
    margin: 0 0 25px;
    border-left: 4px solid var(--accent);
    padding: 10px 20px;
    background: #f1f1f1;
}

/* Tag List */
.taxonomy-post_tag,
.wp-block-tag-cloud {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.taxonomy-post_tag a,
.wp-block-tag-cloud a {
    color: #fff;
    position: relative;
    background: var(--accent);
    padding: 2px 13px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.taxonomy-post_tag a:hover {
    background: var(--contrast-2);
}
.taxonomy-post_tag a:before,
.wp-block-tag-cloud a:before {
    content: "#";
}
.wp-block-post-terms__separator {
    display: none;
}
.wp-block-tag-cloud a {
    color: var(--accent);
    background: none;
    margin-right: 0;
    font-size: 12px!important;
    font-weight: bold;
    border: 1px solid var(--accent);
    padding: 2px 11px;
}
.wp-block-tag-cloud {
    margin-bottom: 0;
}

/* Search Form */
.search-form .search-submit { display:none; }

/* 404 */
body.error404 .inside-article {
    margin: 40px auto;
    text-align: center;
}

/* Search Style */
.gpfaq-search-wrap form {
    display: flex;
}
.search-input-wrap input[type="text"] {
    border: 2px solid var(--contrast-2)!important;
    background: #fff!important;
    margin: 0!important;
    padding: 13px 20px!Important;
    border-radius: 10px 0px 0px 10px!important;
}
.gpfaq-search-wrap button {
    background: var(--contrast-2)!important;
    border-radius: 0px 10px 10px 0px!important;
}
    

/* Job Detail */
.dynamic-entry-content ol,
.dynamic-entry-content ul {
  list-style: none;
  margin-left: 0;
  counter-reset: my-awesome-counter;
}
.dynamic-entry-content ol li {
    counter-increment: my-awesome-counter;
    padding-left: 20px;
    position: relative;
}
.dynamic-entry-content ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: var(--accent);
    font-weight: bold;
    font-weight: bold;
    position: absolute;
    left: 0;
}
.dynamic-entry-content ul li {
    padding-left: 16px;
    position: relative;
}
.dynamic-entry-content ul li::before {
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: var(--accent);
}

.limit-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* Woocomerce */
button.woocommerce-form-login__submit,
button.woocommerce-Button.button,
.woocommerce-button.button,
.download-file a,
.order-again a,
.woocommerce a.button,
.woocommerce-form-coupon button.button {
    display: block;
    width: 100%;
    text-align:center;
    border-radius: 50px!important;
}
.woocommerce-form-login__rememberme,
.woocommerce-LostPassword.lost_password {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 5px;
}
.lost_reset_password .form-row {
    float: none!Important;
    width: 100%!Important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 10px 30px!Important;;
    border: 0;
    border-left: 0px solid rgba(0,0,0,.3)!Important;;
}
.woocommerce-error {
    background-color: #fff!Important;;
    color: #e8626d!Important;;
    border:1px solid #e8626d!Important;
    border-radius:8px;
}
.woocommerce-account .woocommerce {
    width:400px;
    margin:0 auto;
}

.woocommerce-info,
.woocommerce-message {
    border-radius: 8px;
}

.logged-in.woocommerce-account .woocommerce {
    width:100%;
    border: 1px solid rgba(0,0,0,.1);
    border-radius:8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%!Important;
	float: none;
	margin-bottom:25px;
}
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%!Important;
	padding:0 20px;
	margin: 0 auto;
}
.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	gap: 20px;
	border-top: 0px solid rgba(0,0,0,.1)!important;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

/* Display NONE*/
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-product-gallery__trigger,
.quantity.buttons-added,
.product_meta,
.woocommerce table.shop_table th.product-quantity,
.woocommerce table.shop_table td.product-quantity,
.woocommerce-billing-fields h3,
#order_review_heading,
.woocommerce-ordering,
.woocommerce-result-count {
    display:none!Important;
}
.woocommerce form .form-row {
    padding:0!Important;
}
.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 15px 0!Important;
	border-bottom: 0px solid rgba(0,0,0,.1)!Important;
	font-size: 100%!Important;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 12px 20px!Important;
    border: 0;
}
.woocommerce table.shop_table {
    border-radius:8px!Important;
    border:1px solid #f1f1f1!Important;
}
.woocommerce table.shop_table {
    background: none!important;
    font-size: 13px;
}
.woocommerce .woocommerce-customer-details address {
    border: 1px solid rgba(0,0,0,.1)!important;
    padding: 20px;
}
body.woocommerce-order-received .inside-article,
body.woocommerce-checkout .inside-article {
    width:500px;
    margin:0 auto;
}
.woocommerce ul.order_details li {
    float: none;
    margin-right: 0;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 0px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #f1f1f1; */
}
td.woocommerce-orders-table__cell-order-actions a {
    margin-bottom:6px!important;
}

.woocommerce-product-gallery {
    width:100%!important;
    float:none!important;
}

body.single-product form.cart {
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    background: var(--accent);
    margin: 0!Important;
    border-radius: 8px;
    margin: 25px 0 40px!important;
}
button.single_add_to_cart_button {
    width: 100%;
    background: none!Important;
    padding: 15px!Important;
    font-size: 16px!important;
    font-weight: bold!Important;
    text-transform: uppercase;
    position:relative;
}
button.single_add_to_cart_button:before {
    width:20px;
    height:20px;
    position:absolute;
    content" ";
    background:#000;
}
body.single-product .price {
    font-size:24px!Important;
    margin-bottom:25px;
}
body.single-product h1.product_title {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 5px!Important;
}
body.single-product p.price,
.products span.price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 10px;
}
.products span.price {
	justify-content: center;
}
.woocommerce-product-details__short-description ul {
    margin: 0;
    display: flex;
    gap: 10px;
}
.entry-summary p.price {
	border-bottom:2px solid #FD226A;
	padding-bottom:8px;
}
.entry-summary p.price del {
	display: block!Important;
  	font-size: 15px;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-top: -20px !important;
}
.woocommerce-product-details__short-description ul li {
    list-style:none;
}
.woocommerce-product-details__short-description ul a {
    display: inline-block;
    background: var(--contrast-2);
    color: #fff;
    padding: 9px 20px;
    border-radius: 8px;
    font-weight: bold;
}
.woocommerce-product-gallery__wrapper img {
    border-radius:8px;
}
body.woocommerce-cart td.actions .coupon {
    display:flex;
    align-items: center;
    border: 1px solid var(--accent);
    border-radius: 8px;
    overflow: hidden;
    padding: 0!important;
}
body.woocommerce-cart td.actions .coupon input {
    float: none;
    border: none!important;
    margin: 0!important;
}
.woocommerce .coupon .button {
    border: 0px solid transparent!Important;
    padding: 13px 15px!important;
    margin-left: auto;
}
.woocommerce-message a {
    width:auto!important;
}
.woocommerce a.button.alt {
    background-color: var(--accent)!Important;
}
body.woocommerce-cart td.actions button.button {
     visibility:hidden;
}
body.woocommerce-cart td.actions .coupon button.button {
    visibility:visible;
}
.woocommerce-form-login-toggle .woocommerce-info {
    background-color: transparent;
    color: unset;
    border: 2px solid #f1f1f1!important;
    margin-bottom: 10px;
}
.woocommerce-form-login-toggle .woocommerce-info a {
    color:var(--accent)!Important;
    font-weight:bold;
}
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
    margin-bottom:0;
}
.woocommerce-checkout p.lost_password {
    text-align:center;
}
.woocommerce-checkout .col2-set {
    width: 100%!important;
    float: none!important;
    margin-right: 0!important;
}

.woocommerce-checkout #order_review {
    width: 100%!important;
    float: none!important;
    margin-right: 0!important;
}
.checkout_coupon.woocommerce-form-coupon p {
    margin-bottom:7px;
}
.woocommerce-form-coupon-toggle {
    margin:15px 0 5px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom:10px;
}
.woocommerce-billing-fields {
    margin-top:15px;
}
#payment ul,
.woocommerce-checkout-payment ul {
    border-radius: 8px;
    margin:0 0 25px!important;
    border: 1px solid #f1f1f1!Important;
}
#payment ul li,
.woocommerce-checkout-payment ul li {
   border-bottom: 1px solid #f1f1f1; 
}
#payment ul li:last-child,
.woocommerce-checkout-payment ul li:last-child {
    border:none;
}
#payment .payment_methods >.wc_payment_method >label {
    background: none!important;
}
#payment ul li label,
.woocommerce-checkout-payment ul li label {
    padding: 10px 20px!important
}
#payment ul li .payment_box,
.woocommerce-checkout-payment ul li .payment_box {
    display:none!Important;
}
#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before {
    content: "\e03c";
    color: var(--accent);
}
.woocommerce-checkout-payment ul li img {
    width: 60px;
    margin: 5px 0!important;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    float: none;
    background:var(--accent);
    border-radius:50px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 150%;
}

/* Mini cart */
.cart-contents {
    position:relative;
}
.cart-contents span.amount {
    display:none;
}
.cart-contents .number-of-items {
	display: block!Important;
	position: absolute!Important;
	background: var(--accent)!Important;
	color: #fff;
	top: -7px!Important;
	right: 5px!Important;
}

ul.products li {
    border-radius:8px;
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,.09);
    overflow: hidden;
    padding: 0 20px 20px !important;
}
.wc-columns-container .products, 
.woocommerce .related ul.products, 
.woocommerce .up-sells ul.products {
	grid-gap: 20px!Important;
}
ul.products li a.woocommerce-loop-product__link {
    margin:0 -20px;
}
ul.products li span.price {
    font-size:20px!Important;
    margin-top:2px!Important;
}
.woocommerce-products-header {
    margin-bottom:25px;
}
.related.products {
  display: none;
}

.abs {
	position: absolute;
	right: 0;
	bottom: -40px;
}

.gb-accordion__content ul {
    text-align: left;
    margin: 0 0 30px;
    padding-left: 17px;
}
.page-id-1323 .site-content {
	padding: 0;
}

.hero_bgs:before {
	background-size: 80% auto!important;
}
.yellow strong {
	color: #ffb100!important;
}
.woocommerce span.onsale {
	background-color: #FD226A!important;
	color: #ffffff;
	margin: 0;
	position: absolute!important;
	border-radius: 5px!important;
	top: 20px!important;
	left: 20px!important;
}

.woocommerce-product-details__short-description ul.cta {
	margin: 0 0 -15px!Important;
	display: block;
}
.woocommerce-product-details__short-description ul.cta li {
	margin-bottom:7px;
}
.woocommerce-product-details__short-description ul.cta li a {
	display:block;
	padding: 12px 20px;
	border-radius: 5px;
	text-align:center;
}
.woocommerce-product-details__short-description ul.cta li:last-child {
	margin-bottom:0;
}

ul.lst {
	display: block;
    margin: 10px 0 35px;
}
ul.lst li {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 15px auto;
    background-image: url(images/green-check.svg);
}
ul.lst li a {
    font-weight: bold;
    color: #FD226A;
    padding: 0;
    background: no-repeat;
}

.woocommerce-product-details__short-description iframe {
	width:100%;
}

.main-navigation li.spacer {
	border-left:1px solid #ccc;
}

.promo_box {
	border: 2px dashed #FD226A;
    margin: -65px 0 30px 0;
    padding: 25px;
    background: #fff;
    POSITION: relative;
    z-index: 99;
}
.promo_box ul {
	margin-bottom:15px;
}

/* Affiliate */
ul#affwp-affiliate-dashboard-tabs {
	display: flex;
    gap: 30px;
    padding: 20px 0!Important;
    border-top: 1px solid #eee!Important;
    border-bottom: 1px solid #eee!Important;
}
.affwp-affiliate-dashboard-tabs {}

body.archive article.format-quote,
body.archive article.format-quote h2 a {
	color:#0166ff!Important;
}

.main-navigation li.sale a {
	background-image:url(images/sale-icon.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:30px auto;
	padding-left:34px!important;
	font-weight:bold;
	color:var(--accent)!important;
}

.code {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 12px;
    background: #f1f1f1;
    padding: 20px;
    border: 1px dashed #ccc;
    margin-bottom: 30px;
}
.code ul {
	display:block;
}
.code ul li {
	padding:2px 0;
}


body.home.woocommerce ul.products li.post-3398 {
	display:none!Important;
}


body.home.woocommerce ul.products li.post-3398 {
	display:none!Important;
}

body.home.woocommerce ul.products li.post-3306 {
	display:none!Important;
}

body.home.woocommerce ul.products li.post-3337 {
   display:none!Important;
}

    @media only screen and (max-width: 768px) {
        .featured-column { margin-bottom:25px; }
        .site-content { padding: 20px;}
        .site-content .content-area { padding-right:0; }

        .is-right-sidebar { margin-top:40px; }

        .grid {
            grid-template-columns: 60px 1fr;
            grid-gap: 20px;
        }
        .featured-column .grid { margin-bottom:0; }

        .comments-area {
            border: none;
            padding: 20px 0!important;
        }

        .owl-nav button { top:30%; }
        .owl-nav button.owl-prev { left: -16px;}
        .owl-nav button.owl-next { right: -16px;}

        .gp-search-modal .gp-modal__overlay {
            padding-left: 30px!important;
            padding-right: 30px!important;
            background: rgba(0, 0, 0, 0.65)!important;
        }

        .mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, 
        .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
            background-color: transparent;
            font-size: 24px;
            padding: 0;
        }
        .main-navigation .main-nav ul > li.current-menu-item a::after,
        .main-navigation .main-nav ul > li:hover a::after,
        .main-navigation .main-nav ul > li.current-post-ancestor a:after {
            left: 20px;
            right: auto;
            margin: 0;
        }
        .abs {
        	position: static;
        	right: 0;
        	bottom: -60px;
        }
	
		.hero_bgs:before {
			background-size: 180% auto!important;
		}
		.gb-tabs__buttons {
			-ms-overflow-style: none;
			scrollbar-width: none;
		}

    }
    @media only screen and (max-width: 767px) {
        body { background:#fff!important; }
        .featured-column .acr_img { height: 200px; }
        .gpfaq-search-wrap button { width: 60px;}
        
        .woocommerce-account .woocommerce { width:100%;}
        
        body.woocommerce-order-received .inside-article,
        body.woocommerce-checkout .inside-article {
            width:100%;
        }
        .woocommerce-MyAccount-navigation ul { 
            display:block;
            padding: 20px;
        }
        .woocommerce-MyAccount-navigation li a { 
            padding: 5px 0!Important;
        }
        td.woocommerce-orders-table__cell-order-actions:before {
            display:none;
        }

		/* Content Area */
		.site-content {
			padding: 20px;
		}
		button.menu-toggle {
			background: #fff!important;
			font-size: 20px!important;
			margin-right: -10px!important;
		}
		.main-navigation li.sale a {
			padding-left: 45px !important;
			background-position: 10px center;
		}
		
    }
