/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/


.header.header {
	position: fixed !important;
    top: 0;
    width: 100%;
	z-index: 999;
}
body.admin-bar .header.header {
	top: 27px;
}
body>.wrapper {
	padding-top: 106px;
}
.site-logo img {
	-webkit-transition: width .5s ease;
  transition: all .3s ease;
}

body.scrolled .site-logo img {
	max-width: 100px;
}
body.scrolled>.wrapper {
	padding-top: 71px;
}


body.single-download footer .builder-item .item--inner.builder-item--footer-one-widgets {
	margin-top: -8px;
}

/* EDD variable price options as pills */
.edd_price_options ul,
.edd_price_options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0 0 1rem;
	list-style: none;
	justify-content: center;
}

.edd_price_options li {
	margin: 0;
	padding: 0;
}

.edd_price_options label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid #d0d7de;
	border-radius: 999px;
	background: #fff;
	color: #24292f;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease,
	box-shadow 0.15s ease;
}

.edd_price_options label:hover {
	border-color: #0969da;
	background: #f6f8fa;
}

.edd_price_options input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.edd_price_options label:has(input[type="radio"]:checked) {
	border-color: var(--nv-primary-accent);
	background: var(--nv-primary-accent);
	color: #fff;
	box-shadow: 0 0 0 3px rgba(9, 105, 218, 0.16);
}

.edd_price_options label:has(input[type="radio"]:focus-visible) {
	outline: 2px solid #0969da;
	outline-offset: 3px;
}

.edd_price_option_sep {
	opacity: 0.6;
}

.edd_purchase_submit_wrapper {
	margin-top: 2.5rem;
}

.edd-add-to-cart.edd-submit {
	font-size: 1.2em;
	padding-left: 3rem;
	padding-right: 3rem;
	background-color: var(--nv-secondary-accent) !important;
	border-color: var(--nv-secondary-accent) !important;
    margin-left: auto;
    margin-right: auto;
}

.nv-index-posts, 
article.nv-single-post-wrap {
    margin-bottom: -30px;
}

.nv-edd #nv-single-download-container {
    margin-bottom: 0;
}

.edd-reviews-not-allowed,
.single-download .edd-rvi-wrapper-single {
	display: none;
}

.edd-blocks__download-header>.edd-blocks__download-image-link>img {
	border-radius: 24px;
}

.footer-bottom .component-wrap {
	justify-content: center !important;
}
.nv-thumb-wrap img {
    border-radius: 24px;
}

.gb-loop-item h2 a {
	text-decoration: none;
}

body.single-download .edd_purchase_submit_wrapper {
	text-align: center;
}
body.single-download .edd_purchase_submit_wrapper>button {
	padding-left: 3rem;
	padding-right: 3rem;
}

body.single-download .eddr-notice.variable-prices {
	display: none;
}
.lightbox-image-container img,
.lbb_modal_area .fancybox__content .fancybox-image {
    -o-object-fit: contain;
    object-fit: contain;
}
.wp-block-lbb-lightbox .lbbLightBox .lbbContent_area .contentArea .img.portrait img {
    -o-object-fit: cover;
    object-fit: cover;
	border: 1px solid var(--nv-light-bg);
}
.wp-block-lbb-lightbox .lbbLightBox.default a .contentArea .img img {
	border: 1px solid var(--nv-light-bg);
}


.greybox {
    background-color: var(--nv-light-bg);
    border: 1px solid var(--custom-1);
    border-radius: 12px;
    padding: 15px;
}


@media (max-width: 960px) {
	body>.wrapper {
		padding-top: 70px;
	}
	body.scrolled .site-logo img {
		max-width: 120px;
	}
	body.scrolled.admin-bar .header.header {
		top: 0;
	}
	.wp-block-cover.alignfull,
	.wp-block-group.alignfull,
	.wp-block-group.alignwide	{
		padding-left: var(--wp--preset--spacing--50);
		padding-right: var(--wp--preset--spacing--50);
	}
	.footer--row .wp-block-themeisle-blocks-button-group {
		margin-top: 2rem;
	}
	.hfg_footer .footer--row .builder-item {
		margin-bottom: 0;
	}
	#site-footer {
		margin-top: 2rem;
	}
}









